/aosp14/frameworks/base/core/java/android/service/voice/ |
H A D | VoiceInteractionSessionService.java | 97 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSessionService 98 super.onLowMemory(); in onLowMemory() 100 mSession.onLowMemory(); in onLowMemory()
|
H A D | VoiceInteractionSession.java | 2024 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSession
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | RegisterComponentCallbacksTest.java | 84 activity.onLowMemory(); in testRegisterComponentCallbacks() 117 activity.onLowMemory(); in testRegisterComponentCallbacksBeforeT()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ComponentCallbacks.java | 68 void onLowMemory(); in onLowMemory() method
|
H A D | ComponentCallbacksController.java | 99 forAllComponentCallbacks(ComponentCallbacks::onLowMemory); in dispatchLowMemory()
|
H A D | ContentProvider.java | 1455 public void onLowMemory() { in onLowMemory() method in ContentProvider
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | TestComponentCallbacks2.java | 34 public void onLowMemory() { in onLowMemory() method in TestComponentCallbacks2
|
H A D | ComponentCallbacksControllerTest.java | 117 public void onLowMemory() {} in onLowMemory() method in ComponentCallbacksControllerTest.FakeComponentCallbacks
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NativeActivity.java | 244 public void onLowMemory() { in onLowMemory() method in NativeActivity 245 super.onLowMemory(); in onLowMemory()
|
H A D | Service.java | 542 public void onLowMemory() { in onLowMemory() method in Service
|
H A D | Application.java | 283 public void onLowMemory() { in onLowMemory() method in Application
|
H A D | Fragment.java | 1752 public void onLowMemory() { 2613 onLowMemory();
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationSettingsController.java | 127 public void onLowMemory() { in onLowMemory() method in MagnificationSettingsController
|
H A D | MagnificationModeSwitch.java | 341 public void onLowMemory() { in onLowMemory() method in MagnificationModeSwitch
|
H A D | WindowMagnificationController.java | 460 public void onLowMemory() { in onLowMemory() method in WindowMagnificationController
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowProviderService.java | 162 public void onLowMemory() { in onLowMemory() method in WindowProviderService
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuMessageView.java | 84 public void onLowMemory() { in onLowMemory() method in MenuMessageView
|
H A D | MenuEduTooltipView.java | 86 public void onLowMemory() { in onLowMemory() method in MenuEduTooltipView
|
H A D | MenuView.java | 118 public void onLowMemory() { in onLowMemory() method in MenuView
|
H A D | MenuInfoRepository.java | 145 public void onLowMemory() {
|
H A D | MenuViewLayer.java | 243 public void onLowMemory() { in onLowMemory() method in MenuViewLayer
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_app_NativeActivity.cpp | 518 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 D | WindowLayoutComponentImpl.java | 456 public void onLowMemory() { in onLowMemory() method in WindowLayoutComponentImpl.ConfigurationChangeListener
|
/aosp14/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowContextTest.java | 345 public void onLowMemory() {} in onLowMemory() method in WindowContextTest.ConfigurationListener
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropController.java | 393 public void onLowMemory() {
|