Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 162) sorted by relevance

1234567

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java50 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/
DNotificationListenerVerifierActivity.java197 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 …]
DConditionProviderVerifierActivity.java85 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 …]
DAttentionManagementVerifierActivity.java147 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 …]
DShortcutThrottlingResetActivity.java116 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/
DSensorCtsTestResult.java52 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/
DMetadataReporter.java99 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()
DModuleListener.java70 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()
DConsoleReporter.java87 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/
Dandroid_hardware_cts_AHardwareBufferNativeTest.cpp29 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/
DTestSuiteFilter.java61 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/
Dandroid_hardware_cts_SensorNativeTest.cpp27 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/
DATest.java21 public abstract void test(); in test() method in ATest
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
DATest.java21 public abstract void test(); in test() method in ATest
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DSnippet.java4 public void test() { in test() method in Snippet
DT_invoke_virtual_range_15.java22 public void test() { in test() method in T_invoke_virtual_range_15
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
DATest.java21 public abstract void test(); in test() method in ATest
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
DATest.java21 public abstract void test(); in test() method in ATest
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
DT_invoke_static_range_6.java21 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/
DT_invoke_super_4.java21 public native void test(); in test() method in T_invoke_super_4
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
DT_invoke_interface_12.java23 public void run(ITest test) { in run()
DT_invoke_interface_16.java23 public void run(ITest test) { in run()
DT_invoke_interface_18.java23 public void run(ITest test) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
DT_invoke_interface_range_3.java23 public T_invoke_interface_range_3 (ITest test) { in T_invoke_interface_range_3()
DT_invoke_interface_range_4.java21 public void test() { in test() method in T_invoke_interface_range_4

1234567