Searched defs:NotificationBroadcastReceiver (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DNotificationBroadcastReceiver.java37 public class NotificationBroadcastReceiver extends BroadcastReceiver { class in inherits:BroadcastReceiver
71 LogUtil.i("NotificationBroadcastReceiver.onReceive", "Broadcast from Notification: " + action);
103 LogUtil.e("NotificationBroadcastReceiver.acceptUpgradeRequest", "call list is empty");
116 LogUtil.e("NotificationBroadcastReceiver.declineUpgradeRequest", "call list is empty");
129 LogUtil.e("NotificationBroadcastReceiver.hangUpOngoingCall", "call list is empty");
136 "NotificationBroadcastReceiver.hangUpOngoingCall", "disconnecting call, call: " + call);
147 LogUtil.e("NotificationBroadcastReceiver.answerIncomingCall", "call list is empty");
162 LogUtil.e("NotificationBroadcastReceiver.declineIncomingCall", "call list is empty");

Completed in 64 milliseconds