HomeSort by relevance Sort by last modified time
    Searched refs:onUuidChanged (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 262 public synchronized void onUuidChanged(BluetoothDevice device) {
265 cachedDevice.onUuidChanged();
BluetoothEventRedirector.java 126 mManager.getCachedDeviceManager().onUuidChanged(device);
CachedBluetoothDevice.java 563 public void onUuidChanged() {
567 Log.e(TAG, "onUuidChanged: Time since last connect"

Completed in 211 milliseconds