Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A 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()
H A DStatusBarNotifier.java21 …port static com.android.incallui.NotificationBroadcastReceiver.ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST;
1008 createNotificationPendingIntent(context, ACTION_ACCEPT_VIDEO_UPGRADE_REQUEST); in addAcceptUpgradeRequestAction()