/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardRemotePreviewManager.kt | 101 observer.onDestroy()?.let { identifier -> in <lambda>() 127 onDestroy: (PreviewLifecycleObserver) -> Unit, 133 @VisibleForTesting var onDestroy: ((PreviewLifecycleObserver) -> Unit)? variable 137 this.onDestroy = onDestroy 145 if (renderer == null || onDestroy == null) { in handleMessage() 162 else -> checkNotNull(onDestroy).invoke(this) in handleMessage() 169 onDestroy?.invoke(this) in binderDied() 172 fun onDestroy(): Pair<IBinder?, Int>? { in onDestroy() method 182 this.onDestroy = null in onDestroy()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardRemotePreviewManagerTest.kt | 26 val onDestroy: (PreviewLifecycleObserver) -> Unit = {} in onDestroy_clearsReferencesToRenderer() constant 28 val observer = PreviewLifecycleObserver(this, testDispatcher, renderer, onDestroy) in onDestroy_clearsReferencesToRenderer() 32 assertThat(observer.onDestroy).isNotNull() in onDestroy_clearsReferencesToRenderer() 34 observer.onDestroy() in onDestroy_clearsReferencesToRenderer() 39 assertThat(observer.onDestroy).isNull() in onDestroy_clearsReferencesToRenderer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | TakeScreenshotExecutorTest.kt | 105 screenshotExecutor.onDestroy() in <lambda>() 136 screenshotExecutor.onDestroy() in <lambda>() 148 screenshotExecutor.onDestroy() in <lambda>() 167 screenshotExecutor.onDestroy() in <lambda>() 192 screenshotExecutor.onDestroy() in <lambda>() 219 screenshotExecutor.onDestroy() in <lambda>() 246 screenshotExecutor.onDestroy() in <lambda>() 256 screenshotExecutor.onDestroy() in <lambda>() 257 verify(controller).onDestroy() in <lambda>() 270 screenshotExecutor.onDestroy() in <lambda>() [all …]
|
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
D | AudioVolumeTestActivity.java | 35 public void onDestroy() { in onDestroy() method in AudioVolumeTestActivity 36 super.onDestroy(); in onDestroy()
|
/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/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/packages/SystemUI/src/com/android/systemui/lifecycle/ |
D | RepeatWhenAttached.kt | 85 lifecycleOwner?.onDestroy() in <lambda>() 96 lifecycleOwner?.onDestroy() in <lambda>() 115 lifecycleOwner?.onDestroy() in <lambda>() 175 fun onDestroy() { in onDestroy() method in com.android.systemui.lifecycle.ViewLifecycleOwner
|
/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/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/av/media/module/service.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 | 51 protected void onDestroy() { in onDestroy() method in DeleteStagedFileOnResult 52 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/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/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/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 | 134 uceController.onDestroy(); in testOnDestroyed() 136 verify(mTaskManager).onDestroy(); in testOnDestroyed() 137 verify(mEabController).onDestroy(); in testOnDestroyed() 138 verify(mPublishController).onDestroy(); in testOnDestroyed() 139 verify(mSubscribeController).onDestroy(); in testOnDestroyed() 140 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/dreams/ |
D | DreamActivity.java | 112 public void onDestroy() { in onDestroy() method in DreamActivity 117 super.onDestroy(); in onDestroy()
|