/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | GnssCtsTestResult.java | 50 public void addError(Test test, Throwable throwable) { in addError() 55 public void addFailure(Test test, AssertionFailedError assertionFailedError) { in addFailure() 70 public void endTest(Test test) { in endTest() 100 public void runProtected(Test test, Protectable protectable) { in runProtected() 121 public void startTest(Test test) { in startTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 197 void test() { in test() method in NotificationListenerVerifierActivity.NotificationRecievedTest 230 void test() { in test() method in NotificationListenerVerifierActivity.DataIntactTest 319 void test() { in test() method in NotificationListenerVerifierActivity.DismissOneTest 368 void test() { in test() method in NotificationListenerVerifierActivity.DismissOneWithReasonTest 428 void test() { in test() method in NotificationListenerVerifierActivity.DismissAllTest 480 void test() { in test() method in NotificationListenerVerifierActivity.IsDisabledTest 505 void test() { in test() method in NotificationListenerVerifierActivity.ServiceStoppedTest 549 void test() { in test() method in NotificationListenerVerifierActivity.NotificationNotReceivedTest 590 void test() { in test() method in NotificationListenerVerifierActivity.SnoozeTest 638 void test() { in test() method in NotificationListenerVerifierActivity.UnsnoozeTest [all …]
|
D | ConditionProviderVerifierActivity.java | 85 void test() { in test() method in ConditionProviderVerifierActivity.IsEnabledTest 115 void test() { in test() method in ConditionProviderVerifierActivity.ServiceStartedTest 149 void test() { in test() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleTest 191 void test() { in test() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleTest 241 void test() { in test() method in ConditionProviderVerifierActivity.SubscribeAutomaticZenRuleTest 297 void test() { in test() method in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest 343 void test() { in test() method in ConditionProviderVerifierActivity.GetAutomaticZenRulesTest 383 void test() { in test() method in ConditionProviderVerifierActivity.DeleteAutomaticZenRuleTest 433 void test() { in test() method in ConditionProviderVerifierActivity.UnsubscribeAutomaticZenRuleTest 507 void test() { in test() method in ConditionProviderVerifierActivity.IsDisabledTest [all …]
|
D | AttentionManagementVerifierActivity.java | 147 void test() { in test() method in AttentionManagementVerifierActivity.InsertContactsTest 177 void test() { in test() method in AttentionManagementVerifierActivity.DeleteContactsTest 203 void test() { in test() method in AttentionManagementVerifierActivity.SetModeNoneTest 243 void test() { in test() method in AttentionManagementVerifierActivity.NoneInterceptsAllTest 304 void test() { in test() method in AttentionManagementVerifierActivity.SetModeAllTest 337 void test() { in test() method in AttentionManagementVerifierActivity.AllInterceptsNothingTest 396 void test() { in test() method in AttentionManagementVerifierActivity.SetModePriorityTest 429 void test() { in test() method in AttentionManagementVerifierActivity.PriorityInterceptsSomeTest 498 void test() { in test() method in AttentionManagementVerifierActivity.DefaultOrderTest 544 void test() { in test() method in AttentionManagementVerifierActivity.PriorityOrderTest [all …]
|
D | ShortcutThrottlingResetActivity.java | 116 void test() { in test() method in ShortcutThrottlingResetActivity.CheckForBot 139 void test() { in test() method in ShortcutThrottlingResetActivity.SetupNotification 165 void test() { in test() method in ShortcutThrottlingResetActivity.WaitForTestReply 188 void test() { in test() method in ShortcutThrottlingResetActivity.CheckResult
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestResult.java | 52 public void addError(Test test, Throwable throwable) { in addError() 57 public void addFailure(Test test, AssertionFailedError assertionFailedError) { in addFailure() 72 public void endTest(Test test) { in endTest() 102 public void runProtected(Test test, Protectable protectable) { in runProtected() 123 public void startTest(Test test) { in startTest()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporter.java | 99 public void testStarted(TestIdentifier test) { in testStarted() 108 public void testFailed(TestIdentifier test, String trace) { in testFailed() 116 public void testIgnored(TestIdentifier test) { in testIgnored() 124 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() 132 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() 166 private static String buildTestId(TestIdentifier test) { in buildTestId()
|
D | ModuleListener.java | 70 public void testStarted(TestIdentifier test) { in testStarted() 79 public void testEnded(TestIdentifier test, Map<String, String> metrics) { in testEnded() 88 public void testIgnored(TestIdentifier test) { in testIgnored() 97 public void testFailed(TestIdentifier test, String trace) { in testFailed() 106 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure()
|
D | ConsoleReporter.java | 87 public void testStarted(TestIdentifier test) { in testStarted() 96 public void testFailed(TestIdentifier test, String trace) { in testFailed() 106 public void testIgnored(TestIdentifier test) { in testIgnored() 115 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() 123 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded()
|
/cts/tests/tests/nativehardware/jni/ |
D | android_hardware_cts_AHardwareBufferNativeTest.cpp | 29 AHardwareBufferTest* test = new AHardwareBufferTest(); in setUp() local 40 void test(JNIEnv* env, jclass, jlong instance, jboolean vrHighPerformanceSupported) { in test() function 41 AHardwareBufferTest *test = reinterpret_cast<AHardwareBufferTest*>(instance); in test() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | TestSuiteFilter.java | 61 private int countTests(Test test) { in countTests() 82 public void runTest(Test test, TestResult result) { in runTest() 86 private void runTests(Test test, TestResult result) { in runTests() 100 private boolean shouldRun(Test test) { in shouldRun()
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorNativeTest.cpp | 27 SensorTest *test = new SensorTest(); in setUp() local 38 void test(JNIEnv* env, jclass, jlong instance) { in test() function 39 SensorTest *test = reinterpret_cast<SensorTest *>(instance); in test() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/ |
D | ATest.java | 21 public abstract void test(); in test() method in ATest
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/ |
D | ATest.java | 21 public abstract void test(); in test() method in ATest
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | Snippet.java | 4 public void test() { in test() method in Snippet
|
D | T_invoke_virtual_range_15.java | 22 public void test() { in test() method in T_invoke_virtual_range_15
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/ |
D | ATest.java | 21 public abstract void test(); in test() method in ATest
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/ |
D | ATest.java | 21 public abstract void test(); in test() method in ATest
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
D | T_invoke_static_range_6.java | 21 public static native void test(); in test() method in T_invoke_static_range_6
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
D | T_invoke_super_4.java | 21 public native void test(); in test() method in T_invoke_super_4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/ |
D | T_invoke_interface_12.java | 23 public void run(ITest test) { in run()
|
D | T_invoke_interface_16.java | 23 public void run(ITest test) { in run()
|
D | T_invoke_interface_18.java | 23 public void run(ITest test) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/ |
D | T_invoke_interface_range_3.java | 23 public T_invoke_interface_range_3 (ITest test) { in T_invoke_interface_range_3()
|
D | T_invoke_interface_range_4.java | 21 public void test() { in test() method in T_invoke_interface_range_4
|