Home
last modified time | relevance | path

Searched refs:ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DNotificationBroadcastReceiver.java59 public static final String ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST = field in NotificationBroadcastReceiver
95 } else if (action.equals(ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST)) { in onReceive()
DStatusBarNotifier.java21 …port static com.android.incallui.NotificationBroadcastReceiver.ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST;
1008 createNotificationPendingIntent(context, ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST); in addAcceptUpgradeRequestAction()