OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConnectableProfiles
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java
178
for (LocalBluetoothProfile profile : mCachedDevice.
getConnectableProfiles
()) {
314
for (LocalBluetoothProfile profile : mCachedDevice.
getConnectableProfiles
()) {
CachedBluetoothDevice.java
546
List<LocalBluetoothProfile>
getConnectableProfiles
() {
DockService.java
798
List<LocalBluetoothProfile> profiles = cachedDevice.
getConnectableProfiles
();
[
all
...]
Completed in 466 milliseconds