HomeSort by relevance Sort by last modified time
    Searched defs:onDeviceAdded (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 308 void onDeviceAdded(CachedBluetoothDevice cachedDevice);
BluetoothSettings.java 212 onDeviceAdded(cachedDevice);
286 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) {
289 throw new IllegalStateException("Got onDeviceAdded, but cachedDevice already exists");

Completed in 32 milliseconds