Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DNotificationBroadcastReceiver.java66 public static final String ACTION_ANSWER_SPEAKEASY_CALL = field in NotificationBroadcastReceiver
86 } else if (action.equals(ACTION_ANSWER_SPEAKEASY_CALL)) { in onReceive()
DStatusBarNotifier.java22 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_ANSWER_SPEAKEASY_CALL;
897 createNotificationPendingIntent(context, ACTION_ANSWER_SPEAKEASY_CALL); in addSpeakeasyAnswerAction()