Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DColorInversionTile.java57 protected void handleDestroy() { in handleDestroy() method in ColorInversionTile
58 super.handleDestroy(); in handleDestroy()
DBatterySaverTile.java65 protected void handleDestroy() { in handleDestroy() method in BatterySaverTile
66 super.handleDestroy(); in handleDestroy()
DFlashlightTile.java49 protected void handleDestroy() { in handleDestroy() method in FlashlightTile
50 super.handleDestroy(); in handleDestroy()
DHotspotTile.java65 protected void handleDestroy() { in handleDestroy() method in HotspotTile
66 super.handleDestroy(); in handleDestroy()
DIntentTile.java60 protected void handleDestroy() { in handleDestroy() method in IntentTile
61 super.handleDestroy(); in handleDestroy()
DDndTile.java99 protected void handleDestroy() { in handleDestroy() method in DndTile
100 super.handleDestroy(); in handleDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java161 public void handleDestroy() { in handleDestroy() method in TileServiceManager
164 mStateManager.handleDestroy(); in handleDestroy()
DTileServices.java103 service.handleDestroy(); in freeService()
323 mServices.values().forEach(service -> service.handleDestroy()); in destroy()
DCustomTile.java235 protected void handleDestroy() { in handleDestroy() method in CustomTile
236 super.handleDestroy(); in handleDestroy()
DTileLifecycleManager.java251 public void handleDestroy() { in handleDestroy() method in TileLifecycleManager
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java131 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleDestroy, this)); in destroy()
204 private void handleDestroy() { in handleDestroy() method in AbstractRemoteService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java389 protected void handleDestroy() { in handleDestroy() method in QSTileImpl
493 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