OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onUuidChanged
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java
131
public synchronized void
onUuidChanged
(BluetoothDevice device) {
134
cachedDevice.
onUuidChanged
();
BluetoothEventManager.java
341
mDeviceManager.
onUuidChanged
(device);
CachedBluetoothDevice.java
518
void
onUuidChanged
() {
522
Log.e(TAG, "
onUuidChanged
: Time since last connect"
Completed in 29 milliseconds