Home
last modified time | relevance | path

Searched refs:onLowMemory (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java97 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSessionService
98 super.onLowMemory(); in onLowMemory()
100 mSession.onLowMemory(); in onLowMemory()
H A DVoiceInteractionSession.java2024 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSession
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRegisterComponentCallbacksTest.java84 activity.onLowMemory(); in testRegisterComponentCallbacks()
117 activity.onLowMemory(); in testRegisterComponentCallbacksBeforeT()
/aosp14/frameworks/base/core/java/android/content/
H A DComponentCallbacks.java68 void onLowMemory(); in onLowMemory() method
H A DComponentCallbacksController.java99 forAllComponentCallbacks(ComponentCallbacks::onLowMemory); in dispatchLowMemory()
H A DContentProvider.java1455 public void onLowMemory() { in onLowMemory() method in ContentProvider
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DTestComponentCallbacks2.java34 public void onLowMemory() { in onLowMemory() method in TestComponentCallbacks2
H A DComponentCallbacksControllerTest.java117 public void onLowMemory() {} in onLowMemory() method in ComponentCallbacksControllerTest.FakeComponentCallbacks
/aosp14/frameworks/base/core/java/android/app/
H A DNativeActivity.java244 public void onLowMemory() { in onLowMemory() method in NativeActivity
245 super.onLowMemory(); in onLowMemory()
H A DService.java542 public void onLowMemory() { in onLowMemory() method in Service
H A DApplication.java283 public void onLowMemory() { in onLowMemory() method in Application
H A DFragment.java1752 public void onLowMemory() {
2613 onLowMemory();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationSettingsController.java127 public void onLowMemory() { in onLowMemory() method in MagnificationSettingsController
H A DMagnificationModeSwitch.java341 public void onLowMemory() { in onLowMemory() method in MagnificationModeSwitch
H A DWindowMagnificationController.java460 public void onLowMemory() { in onLowMemory() method in WindowMagnificationController
/aosp14/frameworks/base/core/java/android/window/
H A DWindowProviderService.java162 public void onLowMemory() { in onLowMemory() method in WindowProviderService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuMessageView.java84 public void onLowMemory() { in onLowMemory() method in MenuMessageView
H A DMenuEduTooltipView.java86 public void onLowMemory() { in onLowMemory() method in MenuEduTooltipView
H A DMenuView.java118 public void onLowMemory() { in onLowMemory() method in MenuView
H A DMenuInfoRepository.java145 public void onLowMemory() {
H A DMenuViewLayer.java243 public void onLowMemory() { in onLowMemory() method in MenuViewLayer
/aosp14/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp518 if (code->callbacks.onLowMemory != NULL) { in onLowMemory_native()
519 code->callbacks.onLowMemory(code); in onLowMemory_native()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java456 public void onLowMemory() { in onLowMemory() method in WindowLayoutComponentImpl.ConfigurationChangeListener
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java345 public void onLowMemory() {} in onLowMemory() method in WindowContextTest.ConfigurationListener
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java393 public void onLowMemory() {

12