/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | RingerModeActivity.java | 198 protected void test() { in test() method in RingerModeActivity.PassTest 211 protected void test() { in test() method in RingerModeActivity.SetModeAllTest 233 protected void test() { in test() method in RingerModeActivity.SetModePriorityTest 256 protected void test() { in test() method in RingerModeActivity.EnableSoundEffects 277 protected void test() { in test() method in RingerModeActivity.TestSoundEffects 320 protected void test() { in test() method in RingerModeActivity.TestVibrateNotificationDndOn 373 protected void test() { in test() method in RingerModeActivity.TestVibrateNotification 472 protected void test() { in test() method in RingerModeActivity.TestVibrateRingerDndOn 525 protected void test() { in test() method in RingerModeActivity.TestVibrateRinger 624 protected void test() { in test() method in RingerModeActivity.TestAccessRingerMode [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | ConditionProviderVerifierActivity.java | 94 protected void test() { in test() method in ConditionProviderVerifierActivity.IsEnabledTest 132 protected void test() { in test() method in ConditionProviderVerifierActivity.CannotBeEnabledTest 167 protected void test() { in test() method in ConditionProviderVerifierActivity.ServiceStartedTest 199 protected void test() { in test() method in ConditionProviderVerifierActivity.RequestUnbindTest 230 protected void test() { in test() method in ConditionProviderVerifierActivity.RequestBindTest 262 protected void test() { in test() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleTest 302 protected void test() { in test() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleTest 352 protected void test() { in test() method in ConditionProviderVerifierActivity.SubscribeAutomaticZenRuleTest 401 protected void test() { in test() method in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest 446 protected void test() { in test() method in ConditionProviderVerifierActivity.GetAutomaticZenRulesTest [all …]
|
D | NotificationListenerVerifierActivity.java | 228 protected void test() { in test() method in NotificationListenerVerifierActivity.NotificationReceivedTest 273 protected void test() { in test() method in NotificationListenerVerifierActivity.ReceiveChannelBlockNoticeTest 352 protected void test() { in test() method in NotificationListenerVerifierActivity.ReceiveGroupBlockNoticeTest 421 protected void test() { in test() method in NotificationListenerVerifierActivity.ReceiveAppBlockNoticeTest 493 protected void test() { in test() method in NotificationListenerVerifierActivity.ReceiveAppUnblockNoticeTest 547 protected void test() { in test() method in NotificationListenerVerifierActivity.DataIntactTest 625 protected void test() { in test() method in NotificationListenerVerifierActivity.DismissOneTest 668 protected void test() { in test() method in NotificationListenerVerifierActivity.DismissOneWithReasonTest 729 protected void test() { in test() method in NotificationListenerVerifierActivity.DismissOneWithStatsTest 782 protected void test() { in test() method in NotificationListenerVerifierActivity.DismissAllTest [all …]
|
D | ShortcutThrottlingResetActivity.java | 116 protected void test() { in test() method in ShortcutThrottlingResetActivity.CheckForBot 139 protected void test() { in test() method in ShortcutThrottlingResetActivity.SetupNotification 165 protected void test() { in test() method in ShortcutThrottlingResetActivity.WaitForTestReply 188 protected void test() { in test() method in ShortcutThrottlingResetActivity.CheckResult
|
D | AttentionManagementVerifierActivity.java | 170 protected void test() { in test() method in AttentionManagementVerifierActivity.ServiceStoppedTest 200 protected void test() { in test() method in AttentionManagementVerifierActivity.InsertContactsTest 229 protected void test() { in test() method in AttentionManagementVerifierActivity.DeleteContactsTest 263 protected void test() { in test() method in AttentionManagementVerifierActivity.NoneInterceptsAllMessagesTest 323 protected void test() { in test() method in AttentionManagementVerifierActivity.NoneInterceptsAlarmEventReminderCategoriesTest 382 protected void test() { in test() method in AttentionManagementVerifierActivity.AllInterceptsNothingMessagesTest 441 protected void test() { in test() method in AttentionManagementVerifierActivity.AllInterceptsNothingDiffCategoriesTest 506 protected void test() { in test() method in AttentionManagementVerifierActivity.PriorityInterceptsSomeMessagesTest 572 protected void test() { in test() method in AttentionManagementVerifierActivity.PriorityInterceptsAlarmsTest 638 protected void test() { in test() method in AttentionManagementVerifierActivity.PriorityInterceptsMediaSystemOtherTest [all …]
|
/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/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/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/ |
D | Snippet.java | 4 public void test() { in test() method in Snippet
|
/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_super/ |
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 | 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/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | DialogTestListActivity.java | 123 public DefaultTestCallback(DialogTestListItem test) { in DefaultTestCallback() 140 public void showManualTestDialog(final DialogTestListItem test) { in showManualTestDialog() 144 public void showManualTestDialog(final DialogTestListItem test, in showManualTestDialog() 183 TestListAdapter.TestListItem test = (TestListAdapter.TestListItem) getListAdapter() in handleItemClick() local 206 boolean startTestIntent(final DialogTestListItem test) { in startTestIntent() 219 protected void clearRemainingState(final DialogTestListItem test) { in clearRemainingState() 223 protected void setTestResult(TestListAdapter.TestListItem test, int result) { in setTestResult()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/ |
D | T_return_wide_3.java | 21 private synchronized long test() { in test() method in T_return_wide_3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/ |
D | T_invoke_interface_3.java | 23 public T_invoke_interface_3 (ITest test) { in T_invoke_interface_3()
|
D | T_invoke_interface_12.java | 23 public void run(ITest test) { in run()
|
D | T_invoke_interface_18.java | 23 public void run(ITest test) { in run()
|
D | T_invoke_interface_4.java | 21 public void test() { in test() method in T_invoke_interface_4
|
D | T_invoke_interface_7.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_4.java | 21 public void test() { in test() method in T_invoke_interface_range_4
|
D | T_invoke_interface_range_7.java | 22 public void run(ITest test) { in run()
|
D | T_invoke_interface_range_3.java | 23 public T_invoke_interface_range_3 (ITest test) { in T_invoke_interface_range_3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
D | T_invoke_super_range_4.java | 21 public native void test(); in test() method in T_invoke_super_range_4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
D | T_opc_throw_12.java | 30 private boolean test() { in test() method in T_opc_throw_12
|