Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
H A DRemoteSystemCaptionsManagerService.java86 obtainMessage(RemoteSystemCaptionsManagerService::handleDestroy, this)); in destroy()
89 void handleDestroy() { in handleDestroy() method in RemoteSystemCaptionsManagerService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DReduceBrightColorsTile.java83 protected void handleDestroy() { in handleDestroy() method in ReduceBrightColorsTile
84 super.handleDestroy(); in handleDestroy()
H A DBatterySaverTile.java99 protected void handleDestroy() { in handleDestroy() method in BatterySaverTile
100 super.handleDestroy(); in handleDestroy()
H A DColorInversionTile.java88 protected void handleDestroy() { in handleDestroy() method in ColorInversionTile
89 super.handleDestroy(); in handleDestroy()
H A DFlashlightTile.java72 protected void handleDestroy() { in handleDestroy() method in FlashlightTile
73 super.handleDestroy(); in handleDestroy()
H A DHotspotTile.java86 protected void handleDestroy() { in handleDestroy() method in HotspotTile
87 super.handleDestroy(); in handleDestroy()
H A DQuickAccessWalletTile.java215 protected void handleDestroy() { in handleDestroy() method in QuickAccessWalletTile
216 super.handleDestroy(); in handleDestroy()
H A DDndTile.java332 protected void handleDestroy() { in handleDestroy() method in DndTile
333 super.handleDestroy(); in handleDestroy()
/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/provider/
H A DBaseQCProvider.java81 handleDestroy(uri); in call()
203 private void handleDestroy(@NonNull Uri uri) { in handleDestroy() method in BaseQCProvider
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java167 public void handleDestroy() { in handleDestroy() method in TileServiceManager
170 mStateManager.handleDestroy(); in handleDestroy()
H A DTileServices.java117 service.handleDestroy(); in freeService()
339 mServices.values().forEach(service -> service.handleDestroy()); in destroy()
H A DCustomTile.java322 protected void handleDestroy() { in handleDestroy() method in CustomTile
323 super.handleDestroy(); in handleDestroy()
H A DTileLifecycleManager.java289 public void handleDestroy() { in handleDestroy() method in TileLifecycleManager
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java260 mTile.handleDestroy(); in testHandleDestroyClearsHandlerQueue()
268 mTile.handleDestroy(); in testHandleDestroyLifecycle()
277 mTile.handleDestroy(); in testHandleDestroy_log()
/aosp12/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractRemoteService.java134 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleDestroy, this)); in destroy()
207 private void handleDestroy() { in handleDestroy() method in AbstractRemoteService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java547 protected void handleDestroy() { in handleDestroy() method in QSTileImpl
662 handleDestroy(); in handleMessage()
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java137 RemotePrintService::handleDestroy, this)); in destroy()
140 private void handleDestroy() { in handleDestroy() method in RemotePrintService
/aosp12/frameworks/base/services/
H A Dart-profile36931 PLcom/android/server/print/RemotePrintService;->handleDestroy()V
39403 PLcom/android/server/systemcaptions/RemoteSystemCaptionsManagerService;->handleDestroy()V