Home
last modified time | relevance | path

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

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