Searched refs:tbsService (Results 1 – 2 of 2) sorted by relevance
2746 TbsService tbsService = getTbsService(); in updateInbandRingtoneForTheGroup() local2747 if (tbsService == null) { in updateInbandRingtoneForTheGroup()2780 tbsService.setInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()2782 tbsService.clearInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()4251 TbsService tbsService = getTbsService(); in setAuthorizationForRelatedProfiles() local4252 if (tbsService != null) { in setAuthorizationForRelatedProfiles()4253 tbsService.setDeviceAuthorized(device, authorize); in setAuthorizationForRelatedProfiles()4268 TbsService tbsService = getTbsService(); in removeAuthorizationInfoForRelatedProfiles() local4269 if (tbsService != null) { in removeAuthorizationInfoForRelatedProfiles()4270 tbsService.removeDeviceAuthorizationInfo(device); in removeAuthorizationInfoForRelatedProfiles()
244 TbsGatt(TbsService tbsService) { in TbsGatt() argument245 mContext = tbsService; in TbsGatt()322 mTbsService = tbsService; in TbsGatt()