Searched refs:expectedMode (Results 1 – 4 of 4) sorted by relevance
93 private boolean runTest(BroadcastUtils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument101 assertEquals(expectedMode, mode); in runTest()104 if (expectedMode == ZEN_MODE_IS_ALARMS) { in runTest()
88 private boolean runTest(BroadcastUtils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument96 assertEquals(expectedMode, mode); in runTest()
78 … private boolean runTest(BroadcastUtils.TestcaseType test, boolean expectedMode) throws Exception { in runTest() argument
226 protected void testIsExpectedMode(int i, int expectedMode) { in testIsExpectedMode() argument228 boolean passed = mode == expectedMode; in testIsExpectedMode()