Searched refs:profileService (Results 1 – 1 of 1) sorted by relevance
1544 ProfileService profileService = PROFILE_CONSTRUCTORS.get(profileId).apply(this); in setProfileServiceState() local1545 mStartedProfiles.put(profileId, profileService); in setProfileServiceState()1546 addProfile(profileService); in setProfileServiceState()1547 profileService.start(); in setProfileServiceState()1548 profileService.setAvailable(true); in setProfileServiceState()1549 onProfileServiceStateChanged(profileService, BluetoothAdapter.STATE_ON); in setProfileServiceState()1558 ProfileService profileService = mStartedProfiles.remove(profileId); in setProfileServiceState() local1559 if (profileService != null) { in setProfileServiceState()1560 profileService.setAvailable(false); in setProfileServiceState()1561 onProfileServiceStateChanged(profileService, BluetoothAdapter.STATE_OFF); in setProfileServiceState()[all …]