Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java157 connection.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testCsRemoveExtra()
390 conference.removeExtras(new ArrayList<String>(Arrays.asList(EXTRA_KEY_STR))); in testConferenceExtraOperations()
427 mInCallServiceFixtureX.mInCallAdapter.removeExtras(conferenceId, in testConferenceICS()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java442 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in InCallAdapter
450 call.removeExtras(Call.SOURCE_INCALL_SERVICE, keys); in removeExtras()
DConnectionServiceWrapper.java526 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in ConnectionServiceWrapper.Adapter
534 call.removeExtras(Call.SOURCE_CONNECTION_SERVICE, keys); in removeExtras()
DCall.java1409 void removeExtras(int source, List<String> keys) { in removeExtras() method in Call
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java204 removeExtras(keys);