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
()) {
308
for (LocalBluetoothProfile profile : mCachedDevice.
getConnectableProfiles
()) {
CachedBluetoothDevice.java
520
List<LocalBluetoothProfile>
getConnectableProfiles
() {
DockService.java
739
List<LocalBluetoothProfile> profiles = cachedDevice.
getConnectableProfiles
();
[
all
...]
Completed in 62 milliseconds