Searched refs:mCsipSetCoordinatorProfile (Results 1 – 2 of 2) sorted by relevance
84 private CsipSetCoordinatorProfile mCsipSetCoordinatorProfile; field in CachedBluetoothDeviceManagerTest131 when(mCsipSetCoordinatorProfile.isProfileReady()) in setUp()135 doAnswer((invocation) -> mCsipSetCoordinatorProfile) in setUp()436 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_sameGroupId_validMemberDevice()438 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_sameGroupId_validMemberDevice()440 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_sameGroupId_validMemberDevice()455 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_differentGroupId_validMemberDevice()457 doAnswer((invocation) -> CAP_GROUP2).when(mCsipSetCoordinatorProfile) in addDevice_differentGroupId_validMemberDevice()470 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_sameGroupId_validCachedDevices_mainDevicesAdded_memberDevicesNotAdded()472 doAnswer((invocation) -> CAP_GROUP1).when(mCsipSetCoordinatorProfile) in addDevice_sameGroupId_validCachedDevices_mainDevicesAdded_memberDevicesNotAdded()[all …]
109 private CsipSetCoordinatorProfile mCsipSetCoordinatorProfile; field in LocalBluetoothProfileManager274 if (mCsipSetCoordinatorProfile == null in updateLocalProfiles()279 mCsipSetCoordinatorProfile = in updateLocalProfiles()281 addProfile(mCsipSetCoordinatorProfile, mCsipSetCoordinatorProfile.NAME, in updateLocalProfiles()587 return mCsipSetCoordinatorProfile; in getCsipSetCoordinatorProfile()728 if (mCsipSetCoordinatorProfile != null in updateProfiles()730 profiles.add(mCsipSetCoordinatorProfile); in updateProfiles()731 removedProfiles.remove(mCsipSetCoordinatorProfile); in updateProfiles()