HomeSort by relevance Sort by last modified time
    Searched full:ondestroy (Results 76 - 100 of 1046) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 64 protected void onDestroy() {
65 super.onDestroy();
66 Log.d(mLogTag, "onDestroy");
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 131 // no guarantee that the onDestroy() method will be called (we're
150 protected void onDestroy() {
152 super.onDestroy();
  /external/sl4a/Common/src/com/googlecode/android_scripting/activity/
FutureActivity.java 113 protected void onDestroy() {
114 super.onDestroy();
116 mTask.onDestroy();
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 43 /** The command sent when a onDestroy is invoked */
113 public void onDestroy() {
114 if (DBG) Slog.d(TAG, "onDestroy");
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 71 public void onDestroy() {
72 Log.d(TAG, "onDestroy");
73 mSession.onDestroy();
  /packages/apps/Dialer/src/com/android/dialer/settings/
AppCompatPreferenceActivity.java 109 protected void onDestroy() {
110 super.onDestroy();
111 getDelegate().onDestroy();
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailArchiveActivity.java 120 public void onDestroy() {
121 mVoicemailPlaybackPresenter.onDestroy();
123 super.onDestroy();
  /packages/apps/TV/src/com/android/tv/dvr/
DvrRecordingService.java 112 public void onDestroy() {
113 if (DEBUG) Log.d(TAG, "onDestroy");
121 super.onDestroy();
  /packages/services/Telephony/src/com/android/phone/
HfaActivity.java 67 protected void onDestroy() {
68 super.onDestroy();
70 Log.i(TAG, "onDestroy");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserPowerLevelActivity.java 81 public void onDestroy() {
82 super.onDestroy();
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 52 public void onDestroy() {
53 super.onDestroy();
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java 49 protected void onDestroy() {
51 super.onDestroy();
  /cts/tests/app/app/src/android/app/stubs/
IntentServiceStub.java 98 public void onDestroy() {
102 super.onDestroy();
MockService.java 73 public void onDestroy() {
74 super.onDestroy();
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 59 public void onDestroy() {
60 super.onDestroy();
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 59 public void onDestroy() {
60 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 93 protected void onDestroy() {
94 super.onDestroy();
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 52 public void onDestroy() {
53 super.onDestroy();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncService.java 59 public void onDestroy() {
60 super.onDestroy();
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
ActivityA.java 84 protected void onDestroy() {
85 super.onDestroy();
ActivityB.java 84 protected void onDestroy() {
85 super.onDestroy();
ActivityC.java 84 protected void onDestroy() {
85 super.onDestroy();
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecServerActivity.java 72 protected void onDestroy() {
73 super.onDestroy();
ServiceStarter.java 57 protected void onDestroy() {
58 super.onDestroy();
  /external/opencv3/samples/android/tutorial-1-camerapreview/src/org/opencv/samples/tutorial1/
Tutorial1Activity.java 85 public void onDestroy() {
86 super.onDestroy();

Completed in 1039 milliseconds

1 2 34 5 6 7 8 91011>>