OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancelMissedCallsNotification
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
DefaultDialerOperationsTest.java
139
mTelecomManager.
cancelMissedCallsNotification
();
140
fail("TelecomManager.
cancelMissedCallsNotification
should throw SecurityException if "
147
mTelecomManager.
cancelMissedCallsNotification
();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java
322
protected void
cancelMissedCallsNotification
() {}
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java
99
mTelecomManager.
cancelMissedCallsNotification
();
Completed in 98 milliseconds