Searched refs:onDestroy (Results 51 - 75 of 123) sorted by relevance

12345

/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java42 * discovered by this session you will receive a call to {@link #onDestroy()} at
132 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
155 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
219 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
428 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
452 public abstract void onDestroy(); method in class:PrinterDiscoverySession
459 * @see #onDestroy()
525 onDestroy();
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java219 public void onDestroy() { method in class:RecognitionService
220 if (DBG) Log.d(TAG, "onDestroy");
223 super.onDestroy();
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java134 public void onDestroy() { method in class:AccessoryChat
136 super.onDestroy();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java165 protected void onDestroy() { method in class:ObjectViewer
167 super.onDestroy();
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java130 public void onDestroy() { method in class:SampleTrustAgent
131 super.onDestroy();
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java156 public void onDestroy() { method in class:DirectStatementService
157 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java156 protected void onDestroy() { method in class:MediaProjectionPermissionActivity
157 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DDemoModeFragment.java109 public void onDestroy() { method in class:DemoModeFragment
111 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java105 protected void onDestroy() { method in class:UsbConfirmActivity
109 super.onDestroy();
H A DUsbPermissionActivity.java118 public void onDestroy() { method in class:UsbPermissionActivity
156 super.onDestroy();
H A DUsbStorageActivity.java134 protected void onDestroy() { method in class:UsbStorageActivity
135 super.onDestroy();
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java169 public void onDestroy() { method in class:ClientTest
170 super.onDestroy();
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java119 public void onDestroy() { method in class:NetworkActivity
120 super.onDestroy();
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java103 public void onDestroy() { method in class:ScheduleConditionProvider
104 super.onDestroy();
105 if (DEBUG) Slog.d(TAG, "onDestroy");
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java98 protected void onDestroy() { method in class:SourceActivity
99 super.onDestroy();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java137 protected void onDestroy() { method in class:PowerTestActivity
138 super.onDestroy();
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLinesActivity.java50 protected void onDestroy() { method in class:LinesActivity
51 super.onDestroy();
H A DLines2Activity.java56 protected void onDestroy() { method in class:Lines2Activity
57 super.onDestroy();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java87 public void onDestroy() { method in class:PlayerSession
91 mRenderer.onDestroy();
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasBenchmark.java297 protected void onDestroy() { method in class:BlasBenchmark
298 super.onDestroy();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java93 public void onDestroy() { method in class:BordeauxService
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java202 public void onDestroy() { method in class:CaptivePortalLoginActivity
203 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java304 public void onDestroy() { method in class:LoadAverageService
305 super.onDestroy();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java230 public void onDestroy() { method in class:TrackerService
231 super.onDestroy();
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java167 public void onDestroy() { method in class:TestInteractionActivity
168 super.onDestroy();

Completed in 1176 milliseconds

12345