Searched refs:CALL_ACTION (Results 1 – 4 of 4) sorted by relevance
35 public static final String CALL_ACTION = Intent.ACTION_CALL; field in IntentUtil136 final Intent intent = new Intent(CALL_ACTION, uri); in getCallIntent()
79 if ((IntentUtil.CALL_ACTION.equals(intent.getAction()) in startActivityWithErrorToast()
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()
4 public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION;