OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incallService
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
WiredHeadsetTest.java
79
final MockInCallService
incallService
= mInCallCallbacks.getService();
85
assertMuteState(
incallService
, false);
88
assertMuteState(
incallService
, true);
91
assertMuteState(
incallService
, false);
BaseTelecomTestWithMockServices.java
43
import android.telecom.
InCallService
;
399
fail("No call added to
InCallService
.");
405
assertEquals("
InCallService
should contain 1 more call after adding a call.",
470
fail("No call added to
InCallService
.");
476
assertEquals("
InCallService
should contain 1 more call after adding a call.",
591
* we should have 5 available permits on the
incallService
lock.
601
assertEquals("
InCallService
should contain 1 more call after adding a conf call.",
612
* we should have 2 available permits on the
incallService
lock.
[
all
...]
Completed in 173 milliseconds