HomeSort by relevance Sort by last modified time
    Searched refs:onDestroy (Results 51 - 75 of 597) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerAndroid.java 21 private long mNativeDelegate; // could be 0 after onDestroy().
58 void onDestroy();
196 private void onDestroy() {
199 if (mDialog != null) mDialog.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsService.java 53 public void onDestroy() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 43 public void onDestroy() {
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 92 protected void onDestroy() {
93 super.onDestroy();
151 public void onDestroy() {
152 super.onDestroy();
  /external/deqp/framework/platform/android/
tcuAndroidNativeActivity.hpp 52 virtual void onDestroy (void);
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 50 public void onDestroy() {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 44 public void onDestroy() {
45 super.onDestroy();
91 public void onDestroy() {
92 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientConnectActivity.java 73 protected void onDestroy(){
74 super.onDestroy();
BleAdvertiserPowerLevelActivity.java 81 public void onDestroy() {
82 super.onDestroy();
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 70 protected void onDestroy() {
71 super.onDestroy();
72 Log.i(TAG, "onDestroy: sCurInstance=" + sCurInstance);
ReceiveUriService.java 52 public void onDestroy() {
53 super.onDestroy();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailFragment.java 99 public void onDestroy() {
100 super.onDestroy();
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 50 public void onDestroy() {
51 super.onDestroy();
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 50 public void onDestroy() {
51 super.onDestroy();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailFragment.java 99 public void onDestroy() {
100 super.onDestroy();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageDetailFragment.java 99 public void onDestroy() {
100 super.onDestroy();
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
TestJobService.java 50 public void onDestroy() {
51 super.onDestroy();
  /frameworks/base/core/java/android/app/
ListActivity.java 223 * @see Activity#onDestroy()
226 protected void onDestroy() {
228 super.onDestroy();
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacService.java 47 public void onDestroy() {
48 super.onDestroy();
  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 82 public void onDestroy() {
84 super.onDestroy();
  /packages/services/Telephony/src/com/android/phone/
HfaActivity.java 67 protected void onDestroy() {
68 super.onDestroy();
70 Log.i(TAG, "onDestroy");
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 49 public void onDestroy() {
50 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 60 public void onDestroy() {
200 protected void onDestroy() {
201 super.onDestroy();
  /frameworks/base/core/java/android/widget/
RemoteViewsService.java 75 public void onDestroy();
214 public void onDestroy(Intent intent) {
220 factory.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
ScreenLockTestActivity.java 96 protected void onDestroy() {
97 super.onDestroy();

Completed in 373 milliseconds

1 23 4 5 6 7 8 91011>>