Home
last modified time | relevance | path

Searched defs:showMissedCallNotification (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java28 void showMissedCallNotification(Call call); in showMissedCallNotification() method
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java282 public void showMissedCallNotification(Call call) { in showMissedCallNotification() method in MissedCallNotifierImpl
296 private void showMissedCallNotification(Call call, UserHandle userHandle) { in showMissedCallNotification() method in MissedCallNotifierImpl
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java129 public void showMissedCallNotification(com.android.server.telecom.Call call) { in showMissedCallNotification() method in TelecomSystemTest.MissedCallNotifierFakeImpl