Searched refs:requiresLowRamDevice (Results 1 – 3 of 3) sorted by relevance
133 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()
170 RequiresLowRamDevice requiresLowRamDevice = in apply() local184 requiresLowRamDevice, in apply()189 && requiresLowRamDevice == null in apply()197 if (!isLowRamDevice && requiresLowRamDevice != null) { in apply()
105 public static RequiresLowRamDevice requiresLowRamDevice() { in requiresLowRamDevice() method in TestAnnotations