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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
ColorInversionTile.java 56 protected void handleDestroy() {
57 super.handleDestroy();
FlashlightTile.java 52 protected void handleDestroy() {
53 super.handleDestroy();
HotspotTile.java 71 protected void handleDestroy() {
72 super.handleDestroy();
IntentTile.java 57 protected void handleDestroy() {
58 super.handleDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 145 handleDestroy();
226 void handleDestroy() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java 145 public void handleDestroy() {
147 mStateManager.handleDestroy();
CustomTile.java 210 protected void handleDestroy() {
211 super.handleDestroy();
TileServices.java 100 service.handleDestroy();
TileLifecycleManager.java 238 public void handleDestroy() {
239 if (DEBUG) Log.d(TAG, "handleDestroy");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 314 protected void handleDestroy() {
399 name = "handleDestroy";
400 handleDestroy();
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 134 private void handleDestroy() {
701 handleDestroy();

Completed in 185 milliseconds