Home
last modified time | relevance | path

Searched refs:removeExtras (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java188 connection.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testCsRemoveExtra()
428 conference.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testConferenceExtraOperations()
466 mInCallServiceFixtureX.mInCallAdapter.removeExtras(conferenceId, in testConferenceICS()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java477 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in InCallAdapter
485 call.removeExtras(Call.SOURCE_INCALL_SERVICE, keys); in removeExtras()
DConnectionServiceWrapper.java701 public void removeExtras(String callId, List<String> keys, Session.Info sessionInfo) { in removeExtras() method in ConnectionServiceWrapper.Adapter
709 call.removeExtras(Call.SOURCE_CONNECTION_SERVICE, keys); in removeExtras()
DCall.java2148 void removeExtras(int source, List<String> keys) { in removeExtras() method in Call
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1208 removeExtras(extrasToRemove); in setOriginalConnection()
1261 removeExtras(Connection.EXTRA_DISABLE_ADD_CALL); in refreshDisableAddCall()
DImsConference.java210 removeExtras(keys);