Searched refs:showMissedCallNotification (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DMissedCallNotifier.java28 void showMissedCallNotification(Call call); method in interface:MissedCallNotifier
H A DCallLogManager.java175 mMissedCallNotifier.showMissedCallNotification(call);
H A DCallsManager.java418 mMissedCallNotifier.showMissedCallNotification(incomingCall);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedCallNotifierImplTest.java139 missedCallNotifier.showMissedCallNotification(fakeCall);
141 missedCallNotifier.showMissedCallNotification(fakeCall);
150 // Verify that the second call to showMissedCallNotification behaves like it were the first.
172 missedCallNotifier.showMissedCallNotification(fakeCall);
173 missedCallNotifier.showMissedCallNotification(fakeCall);
259 missedCallNotifier.showMissedCallNotification(fakeCall);
325 missedCallNotifier.showMissedCallNotification(fakeCall);
H A DCallLogManagerTest.java297 // Timeout needed because showMissedCallNotification is called from onPostExecute.
299 .showMissedCallNotification(fakeMissedCall);
H A DTelecomSystemTest.java140 public void showMissedCallNotification(com.android.server.telecom.Call call) { method in class:TelecomSystemTest.MissedCallNotifierFakeImpl
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java261 public void showMissedCallNotification(Call call) { method in class:MissedCallNotifierImpl
272 showMissedCallNotification(call, userHandle);
275 private void showMissedCallNotification(Call call, UserHandle userHandle) { method in class:MissedCallNotifierImpl
591 showMissedCallNotification(call, userHandle);

Completed in 117 milliseconds