Home
last modified time | relevance | path

Searched refs:isIntentSupported (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DAlarmClockTestBase.java79 private boolean isIntentSupported(TestcaseType testCaseType) { in isIntentSupported() method in AlarmClockTestBase
111 if (!isIntentSupported(testCaseType)) return Utils.COMPLETION_RESULT; in runTest()
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DBatterySaverModeTest.java50 if (!isIntentSupported(ACTION_VOICE_CONTROL_BATTERY_SAVER_MODE)) { in testAll()
DAirplaneModeTest.java53 if (!isIntentSupported(ACTION_VOICE_CONTROL_AIRPLANE_MODE)) { in testAll()
DZenModeTest.java58 if (!isIntentSupported(ACTION_VOICE_CONTROL_DO_NOT_DISTURB_MODE)) { in testAll()
/cts/libs/deviceutil/src/android/cts/util/
DBroadcastTestBase.java72 protected boolean isIntentSupported(String intentStr) { in isIntentSupported() method in BroadcastTestBase