Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesDeviceSupportedRuleTest.java70 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