Searched
full:ondestroy (Results
351 -
375 of
1046) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageWizardBase.java | 132 protected void onDestroy() { 134 super.onDestroy();
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintEnrollFindSensor.java | 110 protected void onDestroy() { 111 super.onDestroy();
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiNoInternetDialog.java | 137 protected void onDestroy() { 142 super.onDestroy();
|
/packages/apps/Settings/tests/app/src/com/android/settings/tests/ |
BluetoothRequestPermissionTest.java | 134 protected void onDestroy() { 135 super.onDestroy();
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
OnboardingActivity.java | 90 protected void onDestroy() { 94 super.onDestroy();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
ConnectToWifiFragment.java | 224 public void onDestroy() { 231 super.onDestroy();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
UnmountActivity.java | 96 protected void onDestroy() { 97 super.onDestroy();
|
/packages/services/Telephony/src/com/android/phone/ |
MMIDialogActivity.java | 73 protected void onDestroy() { 74 super.onDestroy();
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 27 {@link android.app.Activity} ({@link android.app.Activity#onDestroy()} is called, followed by {@link 162 public void onDestroy() { 163 super.onDestroy(); 173 {@link android.app.Activity#onDestroy() onDestroy()} updates the stateful object inside the
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/resources/ |
runtime-changes.jd | 27 {@link android.app.Activity} yang berjalan ({@link android.app.Activity#onDestroy()} dipanggil, diikuti oleh {@link 160 public void onDestroy() { 161 super.onDestroy(); 171 {@link android.app.Activity#onDestroy() onDestroy()} akan memperbarui objek stateful dalam
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 70 * #onDestroy()}, unless it's called for configuration changes. 296 * We save all the settings in onDestroy, *unless it's for configuration changes*. 299 public void onDestroy() { 300 super.onDestroy(); 430 * Note it's called from {@link #onDestroy()}, which is called on the UI thread where we're
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/ |
starting.jd | 97 <td>{@link android.app.Activity#onDestroy()}</td> 255 onCreate()}, o último retorno de chamada será {@link android.app.Activity#onDestroy}. O sistema chama 265 android.app.Activity#onDestroy}.</p> 269 public void onDestroy() { 270 super.onDestroy(); // Always call the superclass 277 <p class="note"><strong>Observação:</strong> o sistema chama {@link android.app.Activity#onDestroy} 284 chama imediatamente {@link android.app.Activity#onDestroy} sem chamar qualquer outro
|
stopping.jd | 78 chamar o retorno de chamada{@link android.app.Activity#onDestroy()} final da atividade, portanto, é importante 180 <p>Quando o sistema destrói a atividade, ele chama o método {@link android.app.Activity#onDestroy()} 183 android.app.Activity#onDestroy()}, não haverá muito a ser feito pelos aplicativos. Esse método é sua
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
UsbAccessoryTestActivity.java | 450 protected void onDestroy() { 451 super.onDestroy(); 452 Log.d(TAG, "onDestroy");
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionSession.java | 55 public void onDestroy() { 56 Log.i(TAG, "Canceling the Asynctask in onDestroy()"); 60 super.onDestroy();
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
PlayerActivity.java | 202 protected void onDestroy() { 203 Log.d(TAG, "onDestroy() is called"); 206 super.onDestroy();
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
MainFragment.java | 92 public void onDestroy() { 93 super.onDestroy(); 95 Log.d(TAG, "onDestroy: " + mBackgroundTimer.toString());
|
/developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/ |
MainActivity.java | 160 public void onDestroy() { 161 Log.d(TAG, "onDestroy()"); 166 super.onDestroy();
|
/developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/ |
MainActivity.java | 160 public void onDestroy() { 161 Log.d(TAG, "onDestroy()"); 166 super.onDestroy();
|
/development/samples/SipDemo/src/com/example/android/sip/ |
WalkieTalkieActivity.java | 89 public void onDestroy() { 90 super.onDestroy(); 181 Log.d("WalkieTalkieActivity/onDestroy", "Failed to close local profile.", ee);
|
/development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/ |
MainActivity.java | 160 public void onDestroy() { 161 Log.d(TAG, "onDestroy()"); 166 super.onDestroy();
|
/frameworks/base/core/java/android/app/ |
ListActivity.java | 223 * @see Activity#onDestroy() 226 protected void onDestroy() { 228 super.onDestroy();
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 219 public void onDestroy() { 220 if (DBG) Log.d(TAG, "onDestroy"); 223 super.onDestroy();
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
stopping.jd | 79 calling the activity's final {@link android.app.Activity#onDestroy()} callback, so it's important 182 <p>When the system destroys your activity, it calls the {@link android.app.Activity#onDestroy()} 185 android.app.Activity#onDestroy()}, there's not much that most apps need to do. This method is your
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
FileOperationService.java | 119 public void onDestroy() { 275 * message. Thread pool is deal with in onDestroy. 284 // executor shutdown to #onDestroy.
|
Completed in 984 milliseconds
<<11121314151617181920>>