/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/ |
D | RepeatWhenAttached.kt | 75 lifecycleOwner?.onDestroy() in repeatWhenAttached() 85 lifecycleOwner?.onDestroy() in repeatWhenAttached() 104 lifecycleOwner?.onDestroy() in repeatWhenAttached() 164 fun onDestroy() { in onDestroy() method
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | EventStore.java | 152 eventHistory.onDestroy(); in deleteEventHistory() 159 eventHistory.onDestroy(); in deleteEventHistories() 192 eventHistory.onDestroy(); in pruneOrphanEventHistories() 197 synchronized void onDestroy() { in onDestroy() method in EventStore 200 eventHistory.onDestroy(); in onDestroy()
|
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
D | AudioPolicyTest.java | 35 public void onDestroy() { in onDestroy() method in AudioPolicyTest 36 super.onDestroy(); in onDestroy()
|
/frameworks/base/tests/TrustTests/src/android/trust/ |
D | BaseTrustAgentService.kt | 33 override fun onDestroy() { in onDestroy() method in android.trust.BaseTrustAgentService 34 super.onDestroy() in onDestroy()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SystemUserHomeActivity.java | 39 protected void onDestroy() { in onDestroy() method in SystemUserHomeActivity 40 super.onDestroy(); in onDestroy()
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 78 protected void onDestroy() { in onDestroy() method in PhotoViewActivity 79 mController.onDestroy(); in onDestroy() 80 super.onDestroy(); in onDestroy()
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 78 protected void onDestroy() { in onDestroy() method in PhotoViewActivity 79 mController.onDestroy(); in onDestroy() 80 super.onDestroy(); in onDestroy()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | IsolatedService.java | 40 public void onDestroy() { in onDestroy() method in IsolatedService 41 super.onDestroy(); in onDestroy()
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | SomeService.java | 38 public void onDestroy() { in onDestroy() method in SomeService 39 super.onDestroy(); in onDestroy()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainRecognitionService.java | 52 public void onDestroy() { in onDestroy() method in MainRecognitionService 53 super.onDestroy(); in onDestroy()
|
D | VoiceInteractionMain.java | 44 public void onDestroy() { in onDestroy() method in VoiceInteractionMain 45 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/java/android/service/search/ |
D | SearchUiService.java | 101 public void onDestroy(SearchSessionId sessionId) { 165 super.onDestroy(); in doDestroy() 166 onDestroy(sessionId); in doDestroy() 173 public abstract void onDestroy(@NonNull SearchSessionId sessionId); in onDestroy() method in SearchUiService
|
/frameworks/av/services/mediatranscoding/tests/TranscodingUidPolicyTestApp/src/com/android/tests/transcoding/ |
D | MainActivity.java | 102 public void onDestroy() { in onDestroy() method in MainActivity 105 super.onDestroy(); in onDestroy()
|
/frameworks/base/native/android/tests/activitymanager/UidImportanceHelperApps/src/com/android/tests/UidImportanceHelper/ |
D | MainActivity.java | 102 public void onDestroy() { in onDestroy() method in MainActivity 105 super.onDestroy(); in onDestroy()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | DeleteStagedFileOnResult.java | 50 protected void onDestroy() { in onDestroy() method in DeleteStagedFileOnResult 51 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamActivity.java | 72 public void onDestroy() { in onDestroy() method in DreamActivity 77 super.onDestroy(); in onDestroy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerActivity.java | 87 protected void onDestroy() { in onDestroy() method in TunerActivity 88 super.onDestroy(); in onDestroy() 163 public void onDestroy() { in onDestroy() method in TunerActivity.SubSettingsFragment 164 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFragment.java | 87 public void onDestroy() { in onDestroy() method in WebViewFragment 92 super.onDestroy(); in onDestroy()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
D | BubbleActivity.java | 67 protected void onDestroy() { in onDestroy() method in BubbleActivity 68 super.onDestroy(); in onDestroy()
|
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/ |
D | UceControllerTest.java | 132 uceController.onDestroy(); in testOnDestroyed() 134 verify(mTaskManager).onDestroy(); in testOnDestroyed() 135 verify(mEabController).onDestroy(); in testOnDestroyed() 136 verify(mPublishController).onDestroy(); in testOnDestroyed() 137 verify(mSubscribeController).onDestroy(); in testOnDestroyed() 138 verify(mOptionsController).onDestroy(); in testOnDestroyed()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
D | UceRequestRepository.java | 45 public synchronized void onDestroy() { in onDestroy() method in UceRequestRepository 47 mDispatcher.onDestroy(); in onDestroy()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
D | LocationTimeZoneProviderProxy.java | 100 onDestroy(); in destroy() 108 abstract void onDestroy(); in onDestroy() method in LocationTimeZoneProviderProxy
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | LifecycleFragment.java | 82 public void onDestroy() { in onDestroy() method in LifecycleFragment 84 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/java/android/service/games/ |
D | GameSession.java | 202 onDestroy(); in moveToState() 214 onDestroy(); in moveToState() 227 onDestroy(); in moveToState() 239 onDestroy(); in moveToState() 272 public void onDestroy() { in onDestroy() method in GameSession
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 75 public void onDestroy(); in onDestroy() method 214 public void onDestroy(Intent intent) { in onDestroy() method in RemoteViewsService.RemoteViewsFactoryAdapter 220 factory.onDestroy(); in onDestroy()
|