Searched refs:cancelCallInProgressNotification (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java773 void cancelCallInProgressNotification() { method in class:NotificationMgr
774 if (DBG) log("cancelCallInProgressNotification()...");
779 if (DBG) log("cancelCallInProgressNotification: " + mInCallResId);
H A DCallNotifier.java943 if (DBG) log("cancelCallInProgressNotification()... (onDisconnect)");
944 NotificationMgr.getDefault().cancelCallInProgressNotification();
1025 NotificationMgr.getDefault().cancelCallInProgressNotification();

Completed in 21 milliseconds