Home
last modified time | relevance | path

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

12345678910>>...12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttached.kt75 lifecycleOwner?.onDestroy()
85 lifecycleOwner?.onDestroy()
104 lifecycleOwner?.onDestroy()
164 fun onDestroy() { regex
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A 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()
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioVolumeTestActivity.java35 public void onDestroy() { in onDestroy() method in AudioVolumeTestActivity
36 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/
H A DBaseTrustAgentService.kt33 override fun onDestroy() {
34 super.onDestroy()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSystemUserHomeActivity.java39 protected void onDestroy() { in onDestroy() method in SystemUserHomeActivity
40 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DIsolatedService.java40 public void onDestroy() { in onDestroy() method in IsolatedService
41 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DSomeService.java38 public void onDestroy() { in onDestroy() method in SomeService
39 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java52 public void onDestroy() { in onDestroy() method in MainRecognitionService
53 super.onDestroy(); in onDestroy()
H A DVoiceInteractionMain.java44 public void onDestroy() { in onDestroy() method in VoiceInteractionMain
45 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A 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()
/aosp14/frameworks/base/native/android/tests/activitymanager/UidImportanceHelperApps/src/com/android/tests/UidImportanceHelper/
H A DMainActivity.java102 public void onDestroy() { in onDestroy() method in MainActivity
105 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamActivity.java72 public void onDestroy() { in onDestroy() method in DreamActivity
77 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java87 public void onDestroy() { in onDestroy() method in WebViewFragment
92 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DDeleteStagedFileOnResult.java56 protected void onDestroy() { in onDestroy() method in DeleteStagedFileOnResult
57 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleActivity.java67 protected void onDestroy() { in onDestroy() method in BubbleActivity
68 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/core/java/android/service/games/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DLifecycleFragment.java82 public void onDestroy() { in onDestroy() method in LifecycleFragment
84 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProviderProxy.java100 onDestroy(); in destroy()
108 abstract void onDestroy(); in onDestroy() method in LocationTimeZoneProviderProxy
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java45 public void onDestroy() { in onDestroy() method in TestWallpaper
46 super.onDestroy(); in onDestroy()
124 public void onDestroy() { in onDestroy() method in TestWallpaper.ClockEngine
125 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestActivity.java68 protected void onDestroy() { in onDestroy() method in TestActivity
69 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityGroup.java88 protected void onDestroy() { in onDestroy() method in ActivityGroup
89 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java82 public void onDestroy(); in onDestroy() method
221 public void onDestroy(Intent intent) { in onDestroy() method in RemoteViewsService.RemoteViewsFactoryAdapter
227 factory.onDestroy(); in onDestroy()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/
H A DObservableDialogFragment.java83 public void onDestroy() { in onDestroy() method in ObservableDialogFragment
85 super.onDestroy(); in onDestroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualLocationsService.kt51 override fun onDestroy() {
52 super.onDestroy()
/aosp14/frameworks/base/services/robotests/backup/src/android/app/backup/
H A DForwardingBackupAgent.java51 public void onDestroy() { in onDestroy() method in ForwardingBackupAgent
52 mBackupAgent.onDestroy(); in onDestroy()

12345678910>>...12