Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
DRepeatWhenAttached.kt75 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/
DEventStore.java152 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/
DAudioPolicyTest.java35 public void onDestroy() { in onDestroy() method in AudioPolicyTest
36 super.onDestroy(); in onDestroy()
/frameworks/base/tests/TrustTests/src/android/trust/
DBaseTrustAgentService.kt33 override fun onDestroy() { in onDestroy() method in android.trust.BaseTrustAgentService
34 super.onDestroy() in onDestroy()
/frameworks/base/core/java/com/android/internal/app/
DSystemUserHomeActivity.java39 protected void onDestroy() { in onDestroy() method in SystemUserHomeActivity
40 super.onDestroy(); in onDestroy()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java78 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/
DPhotoViewActivity.java78 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/
DIsolatedService.java40 public void onDestroy() { in onDestroy() method in IsolatedService
41 super.onDestroy(); in onDestroy()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DSomeService.java38 public void onDestroy() { in onDestroy() method in SomeService
39 super.onDestroy(); in onDestroy()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainRecognitionService.java52 public void onDestroy() { in onDestroy() method in MainRecognitionService
53 super.onDestroy(); in onDestroy()
DVoiceInteractionMain.java44 public void onDestroy() { in onDestroy() method in VoiceInteractionMain
45 super.onDestroy(); in onDestroy()
/frameworks/base/core/java/android/service/search/
DSearchUiService.java101 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/
DMainActivity.java102 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/
DMainActivity.java102 public void onDestroy() { in onDestroy() method in MainActivity
105 super.onDestroy(); in onDestroy()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DDeleteStagedFileOnResult.java50 protected void onDestroy() { in onDestroy() method in DeleteStagedFileOnResult
51 super.onDestroy(); in onDestroy()
/frameworks/base/core/java/android/service/dreams/
DDreamActivity.java72 public void onDestroy() { in onDestroy() method in DreamActivity
77 super.onDestroy(); in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerActivity.java87 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/
DWebViewFragment.java87 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/
DBubbleActivity.java67 protected void onDestroy() { in onDestroy() method in BubbleActivity
68 super.onDestroy(); in onDestroy()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/
DUceControllerTest.java132 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/
DUceRequestRepository.java45 public synchronized void onDestroy() { in onDestroy() method in UceRequestRepository
47 mDispatcher.onDestroy(); in onDestroy()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderProxy.java100 onDestroy(); in destroy()
108 abstract void onDestroy(); in onDestroy() method in LocationTimeZoneProviderProxy
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DLifecycleFragment.java82 public void onDestroy() { in onDestroy() method in LifecycleFragment
84 super.onDestroy(); in onDestroy()
/frameworks/base/core/java/android/service/games/
DGameSession.java202 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/
DRemoteViewsService.java75 public void onDestroy(); in onDestroy() method
214 public void onDestroy(Intent intent) { in onDestroy() method in RemoteViewsService.RemoteViewsFactoryAdapter
220 factory.onDestroy(); in onDestroy()

12345678910>>...13