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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/print/
IPrintDocumentAdapterObserver.aidl 25 void onDestroy();
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerFragment.java 36 public void onDestroy() {
37 super.onDestroy();
39 requestManager.onDestroy();
SupportRequestManagerFragment.java 34 public void onDestroy() {
35 super.onDestroy();
37 requestManager.onDestroy();
RequestManagerLifecycleFragment.java 15 public void onDestroy();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MapActivityTest.java 17 mapActivity.onDestroy();
25 mapActivity.onDestroy();
33 @Override protected void onDestroy() {
34 super.onDestroy();
  /cts/tests/app/src/android/app/cts/
LocalActivityManagerStubActivity.java 53 protected void onDestroy() {
54 super.onDestroy();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundFragment.java 45 public void onDestroy() {
46 super.onDestroy();
  /cts/tests/tests/text/src/android/text/cts/
EmojiCtsActivity.java 45 public void onDestroy() {
49 super.onDestroy();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewStartupCtsActivity.java 51 public void onDestroy() {
53 super.onDestroy();
WebViewCtsActivity.java 47 public void onDestroy() {
55 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/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2Settings.java 44 protected void onDestroy() {
47 super.onDestroy();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncService.java 59 public void onDestroy() {
60 super.onDestroy();
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ServiceStarter.java 51 protected void onDestroy() {
52 super.onDestroy();
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainRecognitionService.java 52 public void onDestroy() {
53 super.onDestroy();
54 Log.d(TAG, "onDestroy");
VoiceInteractionMain.java 40 public void onDestroy() {
41 super.onDestroy();
  /frameworks/testing/uiautomator/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();
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockSettings.java 44 protected void onDestroy() {
47 super.onDestroy();
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
EventStreamTransformation.java 92 public void onDestroy();
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/personalization/
ContextualDictionaryUpdater.java 35 public void onDestroy() {
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtils.java 32 public static void onDestroy() {
  /frameworks/base/core/java/android/webkit/
WebViewFragment.java 84 public void onDestroy() {
89 super.onDestroy();
  /frameworks/base/core/java/com/android/internal/widget/
IRemoteViewsFactory.aidl 26 oneway void onDestroy(in Intent intent);

Completed in 1725 milliseconds

1 2 3 4 5 6 7 8 91011>>