Searched refs:isLowRam (Results 1 – 2 of 2) sorted by relevance
70 return FeatureUtil.isLowRam(device) in isGoDevice()
394 private void mockIsLowRamDevice(boolean isLowRam) { in mockIsLowRamDevice() argument395 when(mAbstractDeviceSupportHelper.isLowRamDevice()).thenReturn(isLowRam); in mockIsLowRamDevice()