/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/ |
H A D | RepeatWhenAttached.kt | 75 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 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()
|
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
H A D | AudioVolumeTestActivity.java | 35 public void onDestroy() { in onDestroy() method in AudioVolumeTestActivity 36 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/ |
H A D | BaseTrustAgentService.kt | 33 override fun onDestroy() { 34 super.onDestroy()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | SystemUserHomeActivity.java | 39 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 D | IsolatedService.java | 40 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 D | SomeService.java | 38 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 D | MainRecognitionService.java | 52 public void onDestroy() { in onDestroy() method in MainRecognitionService 53 super.onDestroy(); in onDestroy()
|
H A D | VoiceInteractionMain.java | 44 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 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()
|
/aosp14/frameworks/base/native/android/tests/activitymanager/UidImportanceHelperApps/src/com/android/tests/UidImportanceHelper/ |
H A D | MainActivity.java | 102 public void onDestroy() { in onDestroy() method in MainActivity 105 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamActivity.java | 72 public void onDestroy() { in onDestroy() method in DreamActivity 77 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebViewFragment.java | 87 public void onDestroy() { in onDestroy() method in WebViewFragment 92 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | DeleteStagedFileOnResult.java | 56 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 D | BubbleActivity.java | 67 protected void onDestroy() { in onDestroy() method in BubbleActivity 68 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/core/java/android/service/games/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | LifecycleFragment.java | 82 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 D | LocationTimeZoneProviderProxy.java | 100 onDestroy(); in destroy() 108 abstract void onDestroy(); in onDestroy() method in LocationTimeZoneProviderProxy
|
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | TestWallpaper.java | 45 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 D | TestActivity.java | 68 protected void onDestroy() { in onDestroy() method in TestActivity 69 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityGroup.java | 88 protected void onDestroy() { in onDestroy() method in ActivityGroup 89 super.onDestroy(); in onDestroy()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsService.java | 82 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 D | ObservableDialogFragment.java | 83 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 D | WalletContextualLocationsService.kt | 51 override fun onDestroy() { 52 super.onDestroy()
|
/aosp14/frameworks/base/services/robotests/backup/src/android/app/backup/ |
H A D | ForwardingBackupAgent.java | 51 public void onDestroy() { in onDestroy() method in ForwardingBackupAgent 52 mBackupAgent.onDestroy(); in onDestroy()
|