HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DECLINE_VIDEO_UPGRADE_REQUEST (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
NotificationBroadcastReceiver.java 46 public static final String ACTION_DECLINE_VIDEO_UPGRADE_REQUEST =
47 "com.android.incallui.ACTION_DECLINE_VIDEO_UPGRADE_REQUEST";
73 } else if (action.equals(ACTION_DECLINE_VIDEO_UPGRADE_REQUEST)) {
StatusBarNotifier.java 24 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_DECLINE_VIDEO_UPGRADE_REQUEST;
645 mContext, ACTION_DECLINE_VIDEO_UPGRADE_REQUEST);
    [all...]

Completed in 43 milliseconds