Searched refs:clearInbandRingtoneSupport (Results 1 – 5 of 5) sorted by relevance
214 public void clearInbandRingtoneSupport(BluetoothDevice device) { in clearInbandRingtoneSupport() method in TbsService215 mTbsGeneric.clearInbandRingtoneSupport(device); in clearInbandRingtoneSupport()
261 public synchronized void clearInbandRingtoneSupport(BluetoothDevice device) { in clearInbandRingtoneSupport() method in TbsGeneric
159 mTbsGeneric.clearInbandRingtoneSupport(mCurrentDevice); in testSetClearInbandRingtone()
1399 verify(mTbsService).clearInbandRingtoneSupport(mSingleDevice); in testSetActiveDeviceGroup()1656 verify(mTbsService, times(0)).clearInbandRingtoneSupport(mSingleDevice); in testSetActiveDeviceGroupWithoutRingtoneContext()
2782 tbsService.clearInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()