summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation/Keyframes.java
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-08-20 10:07:19 -0700
committerSailesh Nepal <sail@google.com>2014-08-20 10:45:08 -0700
commitcf7020b7e84c1f5190db7167d70cb0675cd3332f (patch)
tree3d4cf0e7538d3bb5f853322d53b9161914b18fef /core/java/android/animation/Keyframes.java
parent1553a528a5e2a2eeb94318601943fad2d9484bb3 (diff)
downloadframeworks_base-cf7020b7e84c1f5190db7167d70cb0675cd3332f.zip
frameworks_base-cf7020b7e84c1f5190db7167d70cb0675cd3332f.tar.gz
frameworks_base-cf7020b7e84c1f5190db7167d70cb0675cd3332f.tar.bz2
Clean up and fix bugs in ConnectionService.createConnection
This CL fixes serveral issues with the createConnection code: - it uses failureCode/failureMessage which were never set. Renamed to disconnectCode and disconnectMessage and set those fields in Connection.setDisconnected - Connection.CANCELED_CONNECTION was static and it caused lots of log spew which was confusing. Changed to create a new connection every time, same as failure - moved sNullConnection from Connection to ConnectionService - made FailureSignalingConnection private and removed type checks for it. Using disconnect code is better, this is already what ConnectionServiceWrapper does Note, the current code still expects connections to be cancelled or failed in synchronously. This bug is being tracked separately. Bug: 17156304 Change-Id: I0b13a78b738c4bf37a69de9fd5dcd17be0c45c14
Diffstat (limited to 'core/java/android/animation/Keyframes.java')
0 files changed, 0 insertions, 0 deletions