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 MmTelFeatureCompatAdapter273 if (intent.getAction().equals(ACTION_IMS_INCOMING_CALL)) {454 IntentFilter intentFilter = new IntentFilter(ImsManager.ACTION_IMS_INCOMING_CALL); in onFeatureReady()520 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.
175 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager