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.java197 connection.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testCsRemoveExtra()
439 conference.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testConferenceExtraOperations()
477 mInCallServiceFixtureX.mInCallAdapter.removeExtras(conferenceId, in testConferenceICS()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java614 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in InCallAdapter
622 call.removeExtras(Call.SOURCE_INCALL_SERVICE, keys); in removeExtras()
DConnectionServiceWrapper.java756 public void removeExtras(String callId, List<String> keys, Session.Info sessionInfo) { in removeExtras() method in ConnectionServiceWrapper.Adapter
764 call.removeExtras(Call.SOURCE_CONNECTION_SERVICE, keys); in removeExtras()
DCall.java2559 void removeExtras(int source, List<String> keys) { in removeExtras() method in Call
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java279 removeExtras(keys);
DTelephonyConnection.java1491 removeExtras(Connection.EXTRA_DISABLE_ADD_CALL); in refreshDisableAddCall()
2964 removeExtras(keys); in removeTelephonyExtras()