Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesDeviceSupportedRuleTest.java133 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceNotLowRam()
144 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceLowRam()
227 TestAnnotations.requiresGoDevice(), TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithRequiresGoDeviceAndRequiresLowRamDevice_onlyGoDevice()
240 TestAnnotations.requiresGoDevice(), TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_onlyLowRamDevice()
254 TestAnnotations.requiresGoDevice(), TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceNone()
271 TestAnnotations.requiresGoDevice(), TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_deviceBoth()
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractAdServicesDeviceSupportedRule.java170 RequiresLowRamDevice requiresLowRamDevice = in apply() local
184 requiresLowRamDevice, in apply()
189 && requiresLowRamDevice == null in apply()
197 if (!isLowRamDevice && requiresLowRamDevice != null) { in apply()
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/meta_testing/
DTestAnnotations.java105 public static RequiresLowRamDevice requiresLowRamDevice() { in requiresLowRamDevice() method in TestAnnotations