Searched refs:removeExtras (Results 1 – 8 of 8) sorted by relevance
177 public void removeExtras(List<String> keys) { in removeExtras() method in BluetoothCall178 mCall.removeExtras(keys); in removeExtras()181 public void removeExtras(String... keys) { in removeExtras() method in BluetoothCall182 mCall.removeExtras(keys); in removeExtras()
207 assertThrows(NullPointerException.class, () -> mBluetoothCall.removeExtras(strings)); in removeExtras_withArrayListOfStrings_whenInnerCallIsNull_throwsNPE()212 assertThrows(NullPointerException.class, () -> mBluetoothCall.removeExtras("text")); in removeExtras_withString_whenInnerCallIsNull_throwsNPE()
197 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()
647 public void removeExtras(String callId, List<String> keys) { in removeExtras() method in InCallAdapter655 call.removeExtras(Call.SOURCE_INCALL_SERVICE, keys); in removeExtras()
881 public void removeExtras(String callId, List<String> keys, Session.Info sessionInfo) { in removeExtras() method in ConnectionServiceWrapper.Adapter889 call.removeExtras(Call.SOURCE_CONNECTION_SERVICE, keys); in removeExtras()
3310 void removeExtras(int source, List<String> keys) { in removeExtras() method in Call
281 removeExtras(keys);
1757 removeExtras(Connection.EXTRA_DISABLE_ADD_CALL); in refreshDisableAddCall()3402 removeExtras(keys); in removeTelephonyExtras()