Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsExternalCallTrackerTest.java47 private static final int CALL_ID = 1; field in ImsExternalCallTrackerTest
77 new ImsExternalCallState(CALL_ID, in testAddExternalCall()
102 mTracker.getConnectionById(CALL_ID); in testRemoveExternalCall()
108 assertNull(mTracker.getConnectionById(CALL_ID)); in testRemoveExternalCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java95 private static final String CALL_ID = "CALL_ID"; field in SatelliteSOSMessageRecommenderTest
134 mTestConnection = new TestConnection(CALL_ID); in setUp()
565 mTestSOSMessageRecommender.onEmergencyCallConnectionStateChanged(CALL_ID, connectionState); in testStopTrackingCallBeforeTimeout()
/frameworks/base/core/api/
Dsystem-current.txt14177 …ll_details_id_changes") public static final String EXTRA_CALL_ID = "android.telecom.extra.CALL_ID";