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/ims/
DMmTelFeatureCompatAdapter.java53 public static final String ACTION_IMS_INCOMING_CALL = "com.android.ims.IMS_INCOMING_CALL"; field in MmTelFeatureCompatAdapter
269 if (intent.getAction().equals(ACTION_IMS_INCOMING_CALL)) {
450 IntentFilter intentFilter = new IntentFilter(ImsManager.ACTION_IMS_INCOMING_CALL); in onFeatureReady()
516 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.java158 public static final String ACTION_IMS_INCOMING_CALL = field in ImsManager