Home
last modified time | relevance | path

Searched refs:handleDestroy (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DRemoteSystemCaptionsManagerService.java86 obtainMessage(RemoteSystemCaptionsManagerService::handleDestroy, this)); in destroy()
89 void handleDestroy() { in handleDestroy() method in RemoteSystemCaptionsManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DReduceBrightColorsTile.java85 protected void handleDestroy() { in handleDestroy() method in ReduceBrightColorsTile
86 super.handleDestroy(); in handleDestroy()
DQRCodeScannerTile.java88 protected void handleDestroy() { in handleDestroy() method in QRCodeScannerTile
89 super.handleDestroy(); in handleDestroy()
DColorCorrectionTile.java84 protected void handleDestroy() { in handleDestroy() method in ColorCorrectionTile
85 super.handleDestroy(); in handleDestroy()
DOneHandedModeTile.java89 protected void handleDestroy() { in handleDestroy() method in OneHandedModeTile
90 super.handleDestroy(); in handleDestroy()
DColorInversionTile.java83 protected void handleDestroy() { in handleDestroy() method in ColorInversionTile
84 super.handleDestroy(); in handleDestroy()
DFlashlightTile.java76 protected void handleDestroy() { in handleDestroy() method in FlashlightTile
77 super.handleDestroy(); in handleDestroy()
DBatterySaverTile.java102 protected void handleDestroy() { in handleDestroy() method in BatterySaverTile
103 super.handleDestroy(); in handleDestroy()
DRecordIssueTile.kt103 override fun handleDestroy() { in handleDestroy() method
104 super.handleDestroy() in handleDestroy()
DRotationLockTile.java173 protected void handleDestroy() { in handleDestroy() method in RotationLockTile
174 super.handleDestroy(); in handleDestroy()
DHotspotTile.java90 protected void handleDestroy() { in handleDestroy() method in HotspotTile
91 super.handleDestroy(); in handleDestroy()
DQuickAccessWalletTile.java216 protected void handleDestroy() { in handleDestroy() method in QuickAccessWalletTile
217 super.handleDestroy(); in handleDestroy()
DDndTile.java301 protected void handleDestroy() { in handleDestroy() method in DndTile
302 super.handleDestroy(); in handleDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java191 public void handleDestroy() { in handleDestroy() method in TileServiceManager
194 mStateManager.handleDestroy(); in handleDestroy()
DTileServices.java152 service.handleDestroy(); in freeService()
413 mServices.values().forEach(service -> service.handleDestroy()); in destroy()
DCustomTile.java371 protected void handleDestroy() { in handleDestroy() method in CustomTile
372 super.handleDestroy(); in handleDestroy()
DTileLifecycleManager.java400 public void handleDestroy() { in handleDestroy() method in TileLifecycleManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileImplTest.java346 mTile.handleDestroy(); in testHandleDestroyClearsHandlerQueue()
354 mTile.handleDestroy(); in testHandleDestroyLifecycle()
363 mTile.handleDestroy(); in testHandleDestroy_log()
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java146 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleDestroy, this)); in destroy()
219 private void handleDestroy() { in handleDestroy() method in AbstractRemoteService
/frameworks/base/core/java/android/speech/
DSpeechRecognizerImpl.java105 case MSG_DESTROY -> handleDestroy();
432 private void handleDestroy() { in handleDestroy() method in SpeechRecognizerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java509 protected void handleDestroy() { in handleDestroy() method in QSTileImpl
615 handleDestroy(); in handleMessage()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintService.java137 RemotePrintService::handleDestroy, this)); in destroy()
140 private void handleDestroy() { in handleDestroy() method in RemotePrintService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServiceManagerTest.java123 mTileServiceManager.handleDestroy(); in tearDown()
DTileLifecycleManagerTest.java166 mStateManager.handleDestroy(); in tearDown()