HomeSort by relevance Sort by last modified time
    Searched defs:onDestroy (Results 1 - 25 of 1026) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterRenderingServiceImpl.java 39 public void onDestroy() {
40 super.onDestroy();
43 mController.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureClientStartActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleInsecureConnectionPriorityClientTestActivity.java 33 public void onDestroy() {
34 super.onDestroy();
BleInsecureEncryptedClientTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleInsecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureClientStartActivity.java 41 public void onDestroy() {
42 super.onDestroy();
BleSecureConnectionPriorityClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleSecureEncryptedClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleSecureEncryptedServerTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
CallSettingsCheckActivity.java 78 protected void onDestroy() {
80 super.onDestroy();
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
FinishableActivity.java 52 protected void onDestroy() {
54 super.onDestroy();
KeyguardLockActivity.java 34 protected void onDestroy() {
36 super.onDestroy();
  /cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
WebViewStartupCtsActivity.java 51 public void onDestroy() {
53 super.onDestroy();
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentActivity.java 41 protected void onDestroy() {
42 Log.d(LOG_TAG, "onDestroy() " + this);
44 super.onDestroy();
  /cts/tests/tests/text/src/android/text/cts/
EmojiCtsActivity.java 44 public void onDestroy() {
48 super.onDestroy();
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2Settings.java 44 protected void onDestroy() {
47 super.onDestroy();
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
IsolatedService.java 40 public void onDestroy() {
41 super.onDestroy();
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
VoiceInteractionMain.java 44 public void onDestroy() {
45 super.onDestroy();
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 48 public void onDestroy() {
50 super.onDestroy();
  /packages/apps/Gallery2/src/com/android/photos/
FullscreenViewer.java 39 protected void onDestroy() {
40 super.onDestroy();

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>