Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 20 of 20) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DFrameworkMethodWithParameter.java83 public void validatePublicVoidNoArg(boolean isStatic, List<Throwable> errors) { in validatePublicVoidNoArg()
88 public void validatePublicVoid(boolean isStatic, List<Throwable> errors) { in validatePublicVoid()
108 public void validateNoTypeParametersOnArgs(List<Throwable> errors) { in validateNoTypeParametersOnArgs()
DBedsteadJUnit4.java1053 protected void validateTestMethods(List<Throwable> errors) { in validateTestMethods()
/cts/common/device-side/bedstead/nene/src/benchmarks/java/com/android/bedstead/nene/benchmarks/
DBenchmarkTestRunner.java50 protected void validateTestMethods(List<Throwable> errors) {} in validateTestMethods()
/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/
DIInputInjectionTestCallbacks.aidl25 void onTestInjectionFromApp(in List<String> errors); in onTestInjectionFromApp()
DInputInjectionActivity.kt103 val errors = mutableListOf<String>() in <lambda>() constant
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java79 List<String> errors = new ArrayList<>(); in testApkPackageNames() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DObjectTracker.java95 ArrayList<Throwable> errors = null; in tearDown() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp209 /*out*/ std::vector<std::string>* errors) { in check_lib()
276 /*out*/ std::vector<std::string>* errors) { in check_path()
382 std::vector<std::string> errors; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java82 public Enumeration<TestFailure> errors() { in errors() method in SensorCtsTestResult
/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java81 Set<String> errors = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
/cts/hostsidetests/car/src/android/car/cts/
DPreCreateUsersHostTest.java139 List<String> errors = new ArrayList<>(); in appPermissionsPreCreatedUserPackagesTest() local
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontManagerTest.java173 List<String> errors = readAll(proc.getErrorStream()); in assertSecurityException() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1303 @NonNull ArrayList<Throwable> errors) { in TestThread()
1357 @NonNull ArrayList<Throwable> errors) { in QueuerThread()
1460 @NonNull HashMap<Integer, Integer> data, @NonNull ArrayList<Throwable> errors) { in ReceiverThread()
1757 ArrayList<Throwable> errors = new ArrayList<>(); in parallelUsbRequestsTests() local
2231 ArrayList<Throwable> errors = new ArrayList<>(); in runTests() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorAdditionalInfoTest.java56 List<String> errors = new ArrayList<String>(); in testSensorAdditionalInfo() local
DSensorParameterRangeTest.java244 List<String> errors = new ArrayList<>(); in testStaticSensorId() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendPackagesTest.java234 final String errors = callBackErrors.get(); in testLauncherCallback() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java142 String errors = ""; in testNoAccessibleListeningPorts() local
/cts/tests/input/src/android/input/cts/
DInputInjectionTest.kt96 val callbacks = withCallbacks(onTestResult = { errors: List<String?> -> in <lambda>() method
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DAbstractRecognitionServiceTest.java160 List<Integer> errors = new ArrayList<>(); in testCanCheckForSupport() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java1982 final List<Throwable> errors = new ArrayList<>(); in testActiveTransactionIsBlocking() local