HomeSort by relevance Sort by last modified time
    Searched full:ondestroy (Results 251 - 275 of 615) sorted by null

<<11121314151617181920>>

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 104 public void onDestroy() {
105 super.onDestroy();
NetworkSetting.java 260 * Override onDestroy() to unbind the query service, avoiding service
264 protected void onDestroy() {
268 super.onDestroy();
  /frameworks/base/docs/html/guide/components/
activities.jd 422 protected void {@link android.app.Activity#onDestroy onDestroy()} {
423 super.onDestroy();
438 android.app.Activity#onDestroy}. Your activity should perform setup of
440 release all remaining resources in {@link android.app.Activity#onDestroy}. For example, if your
443 android.app.Activity#onDestroy}.</li>
558 {@code onDestroy()} if this activity is going away.</p></td>
560 <td align="center">{@code onRestart()} <br/>or<br/> {@code onDestroy()}</td>
564 <td colspan="3" align="left"><code>{@link android.app.Activity#onDestroy
565 onDestroy()}</code></td
    [all...]
services.jd 157 <dt>{@link android.app.Service#onDestroy()}</dt>
372 android.app.IntentService#onDestroy onDestroy()}, be sure to call the super implementation, so
473 public void onDestroy() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 243 else if (!strcasecmp(argn[i], "ondestroy"))
244 obj->onDestroy = strdup(argv[i]);
320 if (obj->onDestroy) {
321 executeScript(obj, obj->onDestroy);
322 free(obj->onDestroy);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 335 static void onDestroy(ANativeActivity* activity) {
425 activity->callbacks->onDestroy = onDestroy;
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 53 MESSAGE_HANDLER(WM_DESTROY, OnDestroy)
70 LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
270 LRESULT SetupDialog::OnDestroy(UINT message, WPARAM wparam, LPARAM lparam,
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 255 protected void onDestroy() {
257 Log.v(TAG, "ChooseTypeAndAccountActivity.onDestroy()");
259 super.onDestroy();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 132 public static final String ON_DESTROY = "onDestroy";
364 protected void onDestroy() {
365 super.onDestroy();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 169 protected void onDestroy() {
170 if (D) Log.d(TAG, "onDestroy()");
175 super.onDestroy();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java 193 public void onDestroy() {
197 super.onDestroy();
436 * Mainly called from onDestroy().
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 116 public void onDestroy() {
118 mPresenter.onDestroy();
119 super.onDestroy();
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 128 protected void onDestroy() {
129 Log.d(this, "onDestroy()... this = " + this);
133 super.onDestroy();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 188 public void onDestroy() {
193 Log.v(Constants.TAG, "Service onDestroy");
195 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 127 public void onDestroy() {
128 super.onDestroy();
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 194 protected void onDestroy() {
195 super.onDestroy();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 194 protected void onDestroy() {
195 super.onDestroy();
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 142 protected void onDestroy() {
143 super.onDestroy();
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java 320 protected void onDestroy()
323 super.onDestroy();
  /development/ndk/platforms/android-9/include/android/
native_activity.h 146 * NativeActivity is being destroyed. See Java documentation for Activity.onDestroy()
149 void (*onDestroy)(ANativeActivity* activity);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 122 protected void onDestroy() {
123 super.onDestroy();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 179 public void onDestroy() {
180 super.onDestroy();
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 223 protected void onDestroy() {
224 super.onDestroy();
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 76 public void onDestroy() {
77 super.onDestroy();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 194 protected void onDestroy() {
195 super.onDestroy();

Completed in 824 milliseconds

<<11121314151617181920>>