/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/ |
D | RemoteSystemCaptionsManagerService.java | 86 obtainMessage(RemoteSystemCaptionsManagerService::handleDestroy, this)); in destroy() 89 void handleDestroy() { in handleDestroy() method in RemoteSystemCaptionsManagerService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | ReduceBrightColorsTile.java | 85 protected void handleDestroy() { in handleDestroy() method in ReduceBrightColorsTile 86 super.handleDestroy(); in handleDestroy()
|
D | QRCodeScannerTile.java | 88 protected void handleDestroy() { in handleDestroy() method in QRCodeScannerTile 89 super.handleDestroy(); in handleDestroy()
|
D | ColorCorrectionTile.java | 84 protected void handleDestroy() { in handleDestroy() method in ColorCorrectionTile 85 super.handleDestroy(); in handleDestroy()
|
D | OneHandedModeTile.java | 89 protected void handleDestroy() { in handleDestroy() method in OneHandedModeTile 90 super.handleDestroy(); in handleDestroy()
|
D | ColorInversionTile.java | 83 protected void handleDestroy() { in handleDestroy() method in ColorInversionTile 84 super.handleDestroy(); in handleDestroy()
|
D | FlashlightTile.java | 76 protected void handleDestroy() { in handleDestroy() method in FlashlightTile 77 super.handleDestroy(); in handleDestroy()
|
D | BatterySaverTile.java | 102 protected void handleDestroy() { in handleDestroy() method in BatterySaverTile 103 super.handleDestroy(); in handleDestroy()
|
D | RecordIssueTile.kt | 103 override fun handleDestroy() { in handleDestroy() method 104 super.handleDestroy() in handleDestroy()
|
D | RotationLockTile.java | 173 protected void handleDestroy() { in handleDestroy() method in RotationLockTile 174 super.handleDestroy(); in handleDestroy()
|
D | HotspotTile.java | 90 protected void handleDestroy() { in handleDestroy() method in HotspotTile 91 super.handleDestroy(); in handleDestroy()
|
D | QuickAccessWalletTile.java | 216 protected void handleDestroy() { in handleDestroy() method in QuickAccessWalletTile 217 super.handleDestroy(); in handleDestroy()
|
D | DndTile.java | 301 protected void handleDestroy() { in handleDestroy() method in DndTile 302 super.handleDestroy(); in handleDestroy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileServiceManager.java | 191 public void handleDestroy() { in handleDestroy() method in TileServiceManager 194 mStateManager.handleDestroy(); in handleDestroy()
|
D | TileServices.java | 152 service.handleDestroy(); in freeService() 413 mServices.values().forEach(service -> service.handleDestroy()); in destroy()
|
D | CustomTile.java | 371 protected void handleDestroy() { in handleDestroy() method in CustomTile 372 super.handleDestroy(); in handleDestroy()
|
D | TileLifecycleManager.java | 400 public void handleDestroy() { in handleDestroy() method in TileLifecycleManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImplTest.java | 346 mTile.handleDestroy(); in testHandleDestroyClearsHandlerQueue() 354 mTile.handleDestroy(); in testHandleDestroyLifecycle() 363 mTile.handleDestroy(); in testHandleDestroy_log()
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AbstractRemoteService.java | 146 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleDestroy, this)); in destroy() 219 private void handleDestroy() { in handleDestroy() method in AbstractRemoteService
|
/frameworks/base/core/java/android/speech/ |
D | SpeechRecognizerImpl.java | 105 case MSG_DESTROY -> handleDestroy(); 432 private void handleDestroy() { in handleDestroy() method in SpeechRecognizerImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 509 protected void handleDestroy() { in handleDestroy() method in QSTileImpl 615 handleDestroy(); in handleMessage()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintService.java | 137 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/ |
D | TileServiceManagerTest.java | 123 mTileServiceManager.handleDestroy(); in tearDown()
|
D | TileLifecycleManagerTest.java | 166 mStateManager.handleDestroy(); in tearDown()
|