Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java291 handleDeath(); in onServiceDisconnected()
352 private void handleDeath() { in handleDeath() method in TileLifecycleManager
473 handleDeath(); in onTileAdded()
482 handleDeath(); in onTileRemoved()
491 handleDeath(); in onStartListening()
500 handleDeath(); in onStopListening()
510 handleDeath(); in onClick()
519 handleDeath(); in onUnlockComplete()
532 handleDeath(); in binderDied()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DRemoteTransitionHandler.java69 handleDeath(remote.asBinder(), null /* finishCallback */); in addFiltered()
148 handleDeath(remote.asBinder(), finishCallback); in startAnimation()
239 private void handleDeath(@NonNull IBinder remote, in handleDeath() method in RemoteTransitionHandler