Searched refs:expectedMode (Results 1 – 5 of 5) sorted by relevance
91 private boolean runTest(BroadcastUtils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument101 assertThat(mode).isEqualTo(expectedMode); in runTest()104 if (expectedMode == ZEN_MODE_IS_ALARMS) { in runTest()
88 private boolean runTest(BroadcastUtils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument99 assertThat(mode).isEqualTo(expectedMode); in runTest()
75 … private boolean runTest(BroadcastUtils.TestcaseType test, boolean expectedMode) throws Exception { in runTest() argument
241 final String expectedMode = importantForAutofillAsString(expectedImportantForAutofill);244 .isEqualTo(expectedMode);246 assertThat(actualMode).isEqualTo(expectedMode);
1699 public void assertAudioMode(final AudioManager audioManager, final int expectedMode) { in assertAudioMode() argument1709 return audioManager.getMode() == expectedMode; in assertAudioMode()1713 "Audio mode was expected to be " + expectedMode in assertAudioMode()