Home
last modified time | relevance | path

Searched refs:handleDeath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java330 handleDeath(); in onBindingDied()
417 private void handleDeath() { in handleDeath() method in TileLifecycleManager
578 handleDeath(); in onTileAdded()
587 handleDeath(); in onTileRemoved()
596 handleDeath(); in onStartListening()
609 handleDeath(); in onStopListening()
630 handleDeath(); in onClick()
639 handleDeath(); in onUnlockComplete()
652 handleDeath(); in binderDied()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DRemoteTransitionHandler.java76 handleDeath(remote.asBinder(), null /* finishCallback */); in addFiltered()
81 handleDeath(remote.asBinder(), null /* finishCallback */); in addFilteredForTakeover()
172 handleDeath(remote.asBinder(), finishCallback); in startAnimation()
309 private void handleDeath(@NonNull IBinder remote, in handleDeath() method in RemoteTransitionHandler