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

  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 61 public static final String ACTION_INCOMING_CALL = "android.telecom.action.INCOMING_CALL";
64 * Similar to {@link #ACTION_INCOMING_CALL}, but is used only by Telephony to add a new
127 * Optional extra for {@link #ACTION_INCOMING_CALL} containing a {@link Bundle} which contains
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java 666 Intent intent = new Intent(TelecomManager.ACTION_INCOMING_CALL);
    [all...]

Completed in 1753 milliseconds