Searched refs:isIntentSupported (Results 1 – 5 of 5) sorted by relevance
79 private boolean isIntentSupported(TestcaseType testCaseType) { in isIntentSupported() method in AlarmClockTestBase111 if (!isIntentSupported(testCaseType)) return Utils.COMPLETION_RESULT; in runTest()
50 if (!isIntentSupported(ACTION_VOICE_CONTROL_BATTERY_SAVER_MODE)) { in testAll()
53 if (!isIntentSupported(ACTION_VOICE_CONTROL_AIRPLANE_MODE)) { in testAll()
58 if (!isIntentSupported(ACTION_VOICE_CONTROL_DO_NOT_DISTURB_MODE)) { in testAll()
72 protected boolean isIntentSupported(String intentStr) { in isIntentSupported() method in BroadcastTestBase