HomeSort by relevance Sort by last modified time
    Searched defs:handleDestroy (Results 1 - 13 of 13) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
ColorInversionTile.java 55 protected void handleDestroy() {
56 super.handleDestroy();
FlashlightTile.java 47 protected void handleDestroy() {
48 super.handleDestroy();
HotspotTile.java 69 protected void handleDestroy() {
70 super.handleDestroy();
IntentTile.java 62 protected void handleDestroy() {
63 super.handleDestroy();
DndTile.java 93 protected void handleDestroy() {
94 super.handleDestroy();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java 143 public void handleDestroy() {
146 mStateManager.handleDestroy();
CustomTile.java 227 protected void handleDestroy() {
228 super.handleDestroy();
TileLifecycleManager.java 249 public void handleDestroy() {
250 if (DEBUG) Log.d(TAG, "handleDestroy");
TileServices.java 100 service.handleDestroy();
308 mServices.values().forEach(service -> service.handleDestroy());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 79 handleDestroy();
137 void handleDestroy() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 364 protected void handleDestroy() {
468 name = "handleDestroy";
469 handleDestroy();
  /frameworks/base/services/autofill/java/com/android/server/autofill/
RemoteFillService.java 128 RemoteFillService::handleDestroy, this));
131 private void handleDestroy() {
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 137 RemotePrintService::handleDestroy, this));
140 private void handleDestroy() {

Completed in 247 milliseconds