Searched refs:lowRamDevice (Results 1 – 1 of 1) sorted by relevance
27 public static ActivityManager create(boolean lowRamDevice) { in create() argument29 Mockito.when(am.isLowRamDevice()).thenReturn(lowRamDevice); in create()