Home
last modified time | relevance | path

Searched refs:ACTION_IMS_INCOMING_CALL (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java228 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()
/frameworks/opt/net/ims/
DREADME.txt29 The default action for the incoming call intent is ImsManager#ACTION_IMS_INCOMING_CALL.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java100 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()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java126 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager