Home
last modified time | relevance | path

Searched refs:injectIsLowRamDevice (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java514 && !injectIsLowRamDevice(); in ShortcutService()
822 final int iconDimensionDp = Math.max(1, injectIsLowRamDevice() in updateConfigurationLocked()
4877 result.put(KEY_LOW_RAM, injectIsLowRamDevice());
5243 boolean injectIsLowRamDevice() {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java373 boolean injectIsLowRamDevice() { in injectIsLowRamDevice() method in BaseShortcutManagerTest.ShortcutServiceTestable