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

/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java21 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST;
22 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_ANSWER_VIDEO_INCOMING_CALL;
23 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_ANSWER_VOICE_INCOMING_CALL;
24 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_DECLINE_INCOMING_CALL;
25 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_DECLINE_VIDEO_UPGRADE_REQUEST;
26 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_HANG_UP_ONGOING_CALL;
172 final Intent intent = new Intent(action, null, context, NotificationBroadcastReceiver.class);
H A DExternalCallNotifier.java264 NotificationBroadcastReceiver.ACTION_PULL_EXTERNAL_CALL,
267 NotificationBroadcastReceiver.class);
269 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId());
H A DNotificationBroadcastReceiver.java35 public class NotificationBroadcastReceiver extends BroadcastReceiver { class in inherits:BroadcastReceiver
66 LogUtil.i("NotificationBroadcastReceiver.onReceive", "Broadcast from Notification: " + action);
94 LogUtil.e("NotificationBroadcastReceiver.acceptUpgradeRequest", "call list is empty");
107 LogUtil.e("NotificationBroadcastReceiver.declineUpgradeRequest", "call list is empty");
120 LogUtil.e("NotificationBroadcastReceiver.hangUpOngoingCall", "call list is empty");
127 "NotificationBroadcastReceiver.hangUpOngoingCall", "disconnecting call, call: " + call);
138 LogUtil.e("NotificationBroadcastReceiver.answerIncomingCall", "call list is empty");
153 LogUtil.e("NotificationBroadcastReceiver.declineIncomingCall", "call list is empty");

Completed in 198 milliseconds