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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
MmTelFeatureCompatAdapter.java 53 public static final String ACTION_IMS_INCOMING_CALL = "com.android.ims.IMS_INCOMING_CALL";
269 if (intent.getAction().equals(ACTION_IMS_INCOMING_CALL)) {
450 IntentFilter intentFilter = new IntentFilter(ImsManager.ACTION_IMS_INCOMING_CALL);
516 Intent intent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 134 public static final String ACTION_IMS_INCOMING_CALL =
138 * Part of the ACTION_IMS_INCOMING_CALL intents.
146 * Part of the ACTION_IMS_INCOMING_CALL intents.
155 * Part of the ACTION_IMS_INCOMING_CALL intents.
160 * to Phone app using same ACTION_IMS_INCOMING_CALL intent.
    [all...]

Completed in 89 milliseconds