Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DActivityManagers.java27 public static ActivityManager create(boolean lowRamDevice) { in create() argument
29 Mockito.when(am.isLowRamDevice()).thenReturn(lowRamDevice); in create()