OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedDevicesCopy
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceManager.java
45
public synchronized Collection<CachedBluetoothDevice>
getCachedDevicesCopy
() {
PbapClientProfile.java
89
Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.
getCachedDevicesCopy
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java
84
mLocalBluetoothManager.getCachedDeviceManager().
getCachedDevicesCopy
()) {
170
? mLocalBluetoothManager.getCachedDeviceManager().
getCachedDevicesCopy
()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java
131
mLocalManager.getCachedDeviceManager().
getCachedDevicesCopy
();
DockService.java
427
Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.
getCachedDevicesCopy
();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java
308
Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.
getCachedDevicesCopy
();
Completed in 150 milliseconds