HomeSort by relevance Sort by last modified time
    Searched refs:mOnBringToForegroundCounter (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 338 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount());
345 mOnBringToForegroundCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS);
347 assertFalse((Boolean) mOnBringToForegroundCounter.getArgs(0)[0]);
351 mOnBringToForegroundCounter.waitForCount(2, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS);
353 assertTrue((Boolean) mOnBringToForegroundCounter.getArgs(1)[0]);
BaseTelecomTestWithMockServices.java 80 InvokeCounter mOnBringToForegroundCounter;
204 mOnBringToForegroundCounter.invoke(showDialpad);
225 mOnBringToForegroundCounter = new InvokeCounter("OnBringToForeground");
    [all...]

Completed in 7610 milliseconds