Searched refs:setInbandRingtoneSupport (Results 1 – 5 of 5) sorted by relevance
205 public void setInbandRingtoneSupport(BluetoothDevice device) { in setInbandRingtoneSupport() method in TbsService206 mTbsGeneric.setInbandRingtoneSupport(device); in setInbandRingtoneSupport()
248 public synchronized void setInbandRingtoneSupport(BluetoothDevice device) { in setInbandRingtoneSupport() method in TbsGeneric
1389 verify(mTbsService).setInbandRingtoneSupport(mSingleDevice); in testSetActiveDeviceGroup()1440 verify(mTbsService).setInbandRingtoneSupport(mSingleDevice); in testSetActiveDeviceGroupTwice()1553 verify(mTbsService).setInbandRingtoneSupport(mSingleDevice); in testSwitchActiveGroups()2369 verify(mTbsService).setInbandRingtoneSupport(mLeftDevice); in testLeadGroupDeviceDisconnects()2370 verify(mTbsService).setInbandRingtoneSupport(mRightDevice); in testLeadGroupDeviceDisconnects()2445 verify(mTbsService).setInbandRingtoneSupport(mLeftDevice); in testLeadGroupDeviceReconnects()2446 verify(mTbsService).setInbandRingtoneSupport(mRightDevice); in testLeadGroupDeviceReconnects()
156 mTbsGeneric.setInbandRingtoneSupport(mCurrentDevice); in testSetClearInbandRingtone()
2780 tbsService.setInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()