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.java88 void showMissedCallNotification(CallInfo call); in showMissedCallNotification() method
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java298 public void showMissedCallNotification(@NonNull CallInfo callInfo) { in showMissedCallNotification() method in MissedCallNotifierImpl
312 private void showMissedCallNotification(@NonNull CallInfo callInfo, UserHandle userHandle) { in showMissedCallNotification() method in MissedCallNotifierImpl
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java167 public void showMissedCallNotification(CallInfo call) { in showMissedCallNotification() method in TelecomSystemTest.MissedCallNotifierFakeImpl