Searched refs:getConnectableProfiles (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java178 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) {
308 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) {
H A DCachedBluetoothDevice.java520 List<LocalBluetoothProfile> getConnectableProfiles() { method in class:CachedBluetoothDevice
H A DDockService.java747 List<LocalBluetoothProfile> profiles = cachedDevice.getConnectableProfiles();

Completed in 34 milliseconds