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

  /packages/apps/Dialer/tests/src/com/android/dialer/util/
TestConstants.java 4 public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION;
  /packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java 34 public static final String CALL_ACTION = Intent.ACTION_CALL;
90 final Intent intent = new Intent(CALL_ACTION, uri);
DialerUtils.java 73 if ((IntentUtil.CALL_ACTION.equals(intent.getAction())
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 72 private static final String CALL_ACTION = "com.android.calendar.CALL";
124 } else if (CALL_ACTION.equals(intent.getAction())) {
    [all...]

Completed in 3970 milliseconds