Searched refs:ACTION_IMS_INCOMING_CALL (Results 1 – 3 of 3) sorted by relevance
83 if (intent.getAction().equals(ImsManager.ACTION_IMS_INCOMING_CALL)) {191 intentfilter.addAction(ImsManager.ACTION_IMS_INCOMING_CALL); in ImsPhoneCallTracker()203 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.
110 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager