Searched refs:ACTION_IMS_INCOMING_CALL (Results 1 – 3 of 3) sorted by relevance
53 public static final String ACTION_IMS_INCOMING_CALL = "com.android.ims.IMS_INCOMING_CALL"; field in MmTelFeatureCompatAdapter269 if (intent.getAction().equals(ACTION_IMS_INCOMING_CALL)) {450 IntentFilter intentFilter = new IntentFilter(ImsManager.ACTION_IMS_INCOMING_CALL); in onFeatureReady()516 Intent intent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL); in createIncomingCallPendingIntent()
29 The default action for the incoming call intent is ImsManager#ACTION_IMS_INCOMING_CALL.
158 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager