Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesDeviceSupportedRuleTest.java69 mockIsGoDevice(false); in setup()
118 mockIsGoDevice(true); in testIsGoDevice_returnsTrue()
125 mockIsGoDevice(false); in testIsGoDevice_returnsFalse()
203 mockIsGoDevice(false); in testAnnotatedWithRequiresGoDevice_deviceNotGoDevice()
214 mockIsGoDevice(true); in testAnnotatedWithRequiresGoDevice_deviceGoDevice()
224 mockIsGoDevice(true); in testAnnotatedWithRequiresGoDeviceAndRequiresLowRamDevice_onlyGoDevice()
251 mockIsGoDevice(false); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceNone()
268 mockIsGoDevice(true); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceBoth()
402 private void mockIsGoDevice(boolean isGoDevice) { in mockIsGoDevice() method in AbstractAdServicesDeviceSupportedRuleTest