Searched defs:isLowRamDevice (Results 1 – 12 of 12) sorted by relevance
41 private val isLowRamDevice = activityManager.isLowRamDevice in <lambda>() constant
374 bool isLowRamDevice() const final { return mIsLowRamDevice; } in isLowRamDevice() function
2829 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
192 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
1097 private void mockIsLowRamDevice(boolean isLowRamDevice) { in mockIsLowRamDevice()
659 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()1275 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
1795 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
347 public static boolean isLowRamDevice(Instrumentation instrumentation) throws JSONException { in isLowRamDevice() method in ShortcutManagerTestUtils
1754 public boolean isLowRamDevice() { in isLowRamDevice() method in ActivityManager
2012 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
941 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()
9220 protected static boolean isLowRamDevice() { in isLowRamDevice() method