Searched refs:CALL_ACTION (Results 1 – 4 of 4) sorted by relevance
34 public static final String CALL_ACTION = Intent.ACTION_CALL; field in IntentUtil90 final Intent intent = new Intent(CALL_ACTION, uri); in getCallIntent()
73 if ((IntentUtil.CALL_ACTION.equals(intent.getAction()) in startActivityWithErrorToast()
4 public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION;
72 private static final String CALL_ACTION = "com.android.calendar.CALL"; field in AlertReceiver124 } else if (CALL_ACTION.equals(intent.getAction())) { in onReceive()834 Intent broadcastIntent = new Intent(CALL_ACTION); in createCallBroadcastIntent()