Searched refs:ACTION_IMS_INCOMING_CALL (Results 1 – 4 of 4) sorted by relevance
228 Intent mIntent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL); in testImsMTCall()304 Intent mIntent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL); in testImsMTCallAcceptHold()398 Intent mIntent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL); in testImsSendDtmf()
29 The default action for the incoming call intent is ImsManager#ACTION_IMS_INCOMING_CALL.
100 if (intent.getAction().equals(ImsManager.ACTION_IMS_INCOMING_CALL)) {234 intentfilter.addAction(ImsManager.ACTION_IMS_INCOMING_CALL); in ImsPhoneCallTracker()248 Intent intent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL); in createIncomingCallPendingIntent()
126 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager