Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java177 public void removeExtras(List<String> keys) { in removeExtras() method in BluetoothCall
178 mCall.removeExtras(keys); in removeExtras()
181 public void removeExtras(String... keys) { in removeExtras() method in BluetoothCall
182 mCall.removeExtras(keys); in removeExtras()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java207 assertThrows(NullPointerException.class, () -> mBluetoothCall.removeExtras(strings)); in removeExtras_withArrayListOfStrings_whenInnerCallIsNull_throwsNPE()
212 assertThrows(NullPointerException.class, () -> mBluetoothCall.removeExtras("text")); in removeExtras_withString_whenInnerCallIsNull_throwsNPE()
/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.java647 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in InCallAdapter
655 call.removeExtras(Call.SOURCE_INCALL_SERVICE, keys); in removeExtras()
DConnectionServiceWrapper.java881 public void removeExtras(String callId, List<String> keys, Session.Info sessionInfo) { in removeExtras() method in ConnectionServiceWrapper.Adapter
889 call.removeExtras(Call.SOURCE_CONNECTION_SERVICE, keys); in removeExtras()
DCall.java3310 void removeExtras(int source, List<String> keys) { in removeExtras() method in Call
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java281 removeExtras(keys);
DTelephonyConnection.java1757 removeExtras(Connection.EXTRA_DISABLE_ADD_CALL); in refreshDisableAddCall()
3402 removeExtras(keys); in removeTelephonyExtras()