Searched refs:mockIsLowRamDevice (Results 1 – 1 of 1) sorted by relevance
70 mockIsLowRamDevice(false); in setup()90 mockIsLowRamDevice(true); in testIsLowRamDevice_returnsTrue()97 mockIsLowRamDevice(false); in testIsLowRamDevice_returnsFalse()132 mockIsLowRamDevice(false); in testAnnotatedWithLowRam_deviceNotLowRam()143 mockIsLowRamDevice(true); in testAnnotatedWithLowRam_deviceLowRam()237 mockIsLowRamDevice(true); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_onlyLowRamDevice()250 mockIsLowRamDevice(false); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceNone()267 mockIsLowRamDevice(true); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceBoth()394 private void mockIsLowRamDevice(boolean isLowRam) { in mockIsLowRamDevice() method in AbstractAdServicesDeviceSupportedRuleTest