Searched refs:isLowRamDevice (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java625 if (!Recents.getConfiguration().isLowRamDevice) {
H A DRecentsActivity.java338 if (Recents.getConfiguration().isLowRamDevice) {
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp623 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory)
625 return (jint) AudioSystem::setLowRamDevice((bool) isLowRamDevice, (int64_t) totalMemory);
622 android_media_AudioSystem_setLowRamDevice( JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java938 || Recents.getConfiguration().isLowRamDevice
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java282 public static boolean isLowRamDevice(Instrumentation instrumentation) throws JSONException { method in class:ShortcutManagerTestUtils
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouter.java165 * callback is registered, except on {@link ActivityManager#isLowRamDevice low-RAM devices}.
180 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this flag
191 * callback is registered, even on {@link ActivityManager#isLowRamDevice low-RAM devices}.
222 * {@link ActivityManager#isLowRamDevice low-RAM devices}.
443 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this method
507 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this flag will be
1975 mLowRam = ActivityManagerCompat.isLowRamDevice(
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouter.java170 * callback is registered, except on {@link ActivityManager#isLowRamDevice low-RAM devices}.
185 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this flag
196 * callback is registered, even on {@link ActivityManager#isLowRamDevice low-RAM devices}.
227 * {@link ActivityManager#isLowRamDevice low-RAM devices}.
448 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this method
512 * On {@link ActivityManager#isLowRamDevice low-RAM devices} this flag will be
1981 mLowRam = ActivityManagerCompat.isLowRamDevice(
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7296 boolean isLowRamDevice = ActivityManager.isLowRamDeviceStatic();
7305 isLowRamDevice = true;
7308 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory);
/frameworks/base/core/java/android/app/
H A DActivityManager.java106 * For instance, {@link android.app.ActivityManager#isLowRamDevice() isLowRamDevice()}
933 public boolean isLowRamDevice() { method in class:ActivityManager
/frameworks/av/services/audioflinger/
H A DThreads.cpp4050 mFastMixerDumpState.increaseSamplingN(mAudioFlinger->isLowRamDevice() ?
6578 mFastCaptureDumpState.increaseSamplingN(mAudioFlinger->isLowRamDevice() ?
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6288 boolean canUseManagedServices = !mActivityManager.isLowRamDevice()
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 406 milliseconds

12