Home
last modified time | relevance | path

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

12

/aosp12/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.java1918 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSession
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/
H A DCarMessengerApp.java42 public void onLowMemory() { in onLowMemory() method in CarMessengerApp
43 super.onLowMemory(); in onLowMemory()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DComponentCallbacksControllerTest.java117 public void onLowMemory() {} in onLowMemory() method in ComponentCallbacksControllerTest.FakeComponentCallbacks
131 public void onLowMemory() { in onLowMemory() method in ComponentCallbacksControllerTest.TestComponentCallbacks2
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DMemoryManagerImpl.java120 public void onLowMemory() { in onLowMemory() method in MemoryManagerImpl
173 listener.onLowMemory(); in notifyLowMemory()
H A DMemoryManager.java44 public void onLowMemory(); in onLowMemory() method
/aosp12/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.java1267 public void onLowMemory() { in onLowMemory() method in ContentProvider
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java174 public void onLowMemory() { in onLowMemory() method in BugleApplication
175 super.onLowMemory(); in onLowMemory()
/aosp12/frameworks/native/include/android/
H A Dnative_activity.h235 void (*onLowMemory)(ANativeActivity* activity); member
/aosp12/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.java531 public void onLowMemory() { in onLowMemory() method in Service
H A DApplication.java275 public void onLowMemory() { in onLowMemory() method in Application
H A DFragment.java1747 public void onLowMemory() {
2608 onLowMemory();
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DDataRepository.kt105 override fun onLowMemory() {
/aosp12/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()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarManager.java120 public void onLowMemory() { } in TaskbarManager()
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/
H A DContactPhotoManager.java353 public void onLowMemory() {} in onLowMemory() method in ContactPhotoManager
/aosp12/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/service/
H A DRuntimePermissionsUpgradeControllerTest.kt488 dataRepositories.forEach { it.onLowMemory() }
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DDisplayController.java210 public final void onLowMemory() { } in onLowMemory() method in DisplayController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java404 public void onLowMemory() {}
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java574 public void onLowMemory() { in onLowMemory() method in ContactPhotoManager
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java1998 public void onLowMemory() { in onLowMemory() method in VideoModule
H A DPhotoModule.java2228 public void onLowMemory() { in onLowMemory() method in PhotoModule

12