/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | FrameworkMethodWithParameter.java | 83 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()
|
D | BedsteadJUnit4.java | 1086 protected void validateTestMethods(List<Throwable> errors) { in validateTestMethods()
|
/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/ |
D | IInputInjectionTestCallbacks.aidl | 25 void onTestInjectionFromApp(in List<String> errors); in onTestInjectionFromApp()
|
D | InputInjectionActivity.kt | 103 val errors = mutableListOf<String>() in <lambda>() constant
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ObjectTracker.java | 95 ArrayList<Throwable> errors = null; in tearDown() local
|
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | ApkPackageNameCheck.java | 103 List<String> errors = new ArrayList<>(); in testApkPackageNames() local
|
/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_LinkerNamespacesTest.cpp | 217 /*out*/ std::vector<std::string>* errors) { in check_lib() 284 /*out*/ std::vector<std::string>* errors) { in check_path() 390 std::vector<std::string> errors; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestResult.java | 82 public Enumeration<TestFailure> errors() { in errors() method in SensorCtsTestResult
|
/cts/tests/signature/intent-check/src/android/signature/cts/intent/ |
D | IntentTest.java | 81 Set<String> errors = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
|
/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | FontManagerTest.java | 175 List<String> errors = readAll(proc.getErrorStream()); in assertSecurityException() local
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorAdditionalInfoTest.java | 55 List<String> errors = new ArrayList<String>(); in testSensorAdditionalInfo() local
|
D | SensorParameterRangeTest.java | 244 List<String> errors = new ArrayList<>(); in testStaticSensorId() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 1303 @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/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/ |
D | ListeningPortsTest.java | 152 String errors = ""; in testNoAccessibleListeningPorts() local
|
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/ |
D | SuspendPackagesTest.java | 252 final String errors = callBackErrors.get(); in testLauncherCallback() local
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteDatabaseTest.java | 2081 final List<Throwable> errors = new ArrayList<>(); in testActiveTransactionIsBlocking() local 2114 List<Throwable> errors, Phaser ticker) { in concurrentReadOnlyReader() 2141 List<Throwable> errors, Phaser ticker) { in concurrentImmediateWriter() 2184 final List<Throwable> errors = Collections.synchronizedList(new ArrayList<Throwable>()); in testReadOnlyTransaction() local
|
D | SQLiteRawStatementTest.java | 411 final ArrayList<String> errors = new ArrayList<>(); in testThreadRestrictions() local
|
/cts/tests/input/src/android/input/cts/ |
D | InputInjectionTest.kt | 99 val callbacks = withCallbacks(onTestResult = { errors: List<String?> -> in <lambda>() method
|
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | AbstractRecognitionServiceTest.java | 160 List<Integer> errors = new ArrayList<>(); in testCanCheckForSupport() local
|
/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | AbstractRestrictBackgroundNetworkTestCase.java | 539 final StringBuilder errors = new StringBuilder(); in checkForAvailabilityInNetworkCheckResult() local
|