Searched refs:LocalBluetoothProfile (Results 1 – 25 of 33) sorted by relevance
12
119 private final Map<String, LocalBluetoothProfile>120 mProfileNameMap = new HashMap<String, LocalBluetoothProfile>();287 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()299 private void addProfile(LocalBluetoothProfile profile, in addProfile()305 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile()312 public LocalBluetoothProfile getProfileByName(String name) { in getProfileByName()326 final LocalBluetoothProfile mProfile;328 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler()430 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler()454 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler()[all …]
116 private final Collection<LocalBluetoothProfile> mProfiles = new CopyOnWriteArrayList<>();119 private final Collection<LocalBluetoothProfile> mRemovedProfiles = new CopyOnWriteArrayList<>();219 private String describe(LocalBluetoothProfile profile) { in describe()229 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged()384 public void disconnect(LocalBluetoothProfile profile) { in disconnect()520 public void connectProfile(LocalBluetoothProfile profile) { in connectProfile()527 synchronized void connectInt(LocalBluetoothProfile profile) { in connectInt()587 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState()881 for (LocalBluetoothProfile profile : mProfiles) { in isConnected()892 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile()[all …]
26 public interface LocalBluetoothProfile { interface
28 final class OppProfile implements LocalBluetoothProfile {
37 public class PbapServerProfile implements LocalBluetoothProfile {
36 public class HidDeviceProfile implements LocalBluetoothProfile {
38 public class PanProfile implements LocalBluetoothProfile {
40 public final class MapClientProfile implements LocalBluetoothProfile {
38 public final class PbapClientProfile implements LocalBluetoothProfile {
40 final class SapProfile implements LocalBluetoothProfile {
40 final class HfpClientProfile implements LocalBluetoothProfile {
37 final class A2dpSinkProfile implements LocalBluetoothProfile {
39 public class HidProfile implements LocalBluetoothProfile {
43 public class CsipSetCoordinatorProfile implements LocalBluetoothProfile {
40 public class MapProfile implements LocalBluetoothProfile {
41 public class HeadsetProfile implements LocalBluetoothProfile {
135 List<LocalBluetoothProfile> profiles = cachedDevice.getProfiles(); in getBtClassDrawableWithDescription()137 for (LocalBluetoothProfile profile : profiles) { in getBtClassDrawableWithDescription()818 for (LocalBluetoothProfile profile : cachedDevice.getProfiles()) { in getGroupId()
41 public class VolumeControlProfile implements LocalBluetoothProfile {
43 public class HearingAidProfile implements LocalBluetoothProfile {
144 List<LocalBluetoothProfile> profiles = new ArrayList<LocalBluetoothProfile>(); in setUp()254 List<LocalBluetoothProfile> profiles = new ArrayList<LocalBluetoothProfile>(); in getPreferredMainDevice_noConnectedDeviceNoDualMode_returnFirstOneDevice()
149 List<LocalBluetoothProfile> profiles = new ArrayList<>(); in updateProfiles_addHidProfileForRemoteDevice()150 List<LocalBluetoothProfile> removedProfiles = new ArrayList<>(); in updateProfiles_addHidProfileForRemoteDevice()
24 import com.android.settingslib.bluetooth.LocalBluetoothProfile in <lambda>()200 ?.let { profile: LocalBluetoothProfile -> in <lambda>()
53 import com.android.settingslib.bluetooth.LocalBluetoothProfile;484 List<LocalBluetoothProfile> localBluetoothProfiles = new ArrayList<>(); in createBluetoothDevice()485 LocalBluetoothProfile localBluetoothProfile = mock(LocalBluetoothProfile.class); in createBluetoothDevice()
37 import com.android.settingslib.bluetooth.LocalBluetoothProfile;175 for (LocalBluetoothProfile profile : device.getProfiles()) { in getDeviceProfilesString()329 for (LocalBluetoothProfile profile : device.getProfiles()) { in updateAudioProfile()
46 import com.android.settingslib.bluetooth.LocalBluetoothProfile;637 for (LocalBluetoothProfile profile : device.getConnectableProfiles()) { in isMediaDevice()