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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 100 public static final String ACTION_DISAPPEARED =
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 89 addHandler(BluetoothDevice.ACTION_DISAPPEARED, new DeviceDisappearedHandler());
223 Log.w(TAG, "received ACTION_DISAPPEARED for an unknown device: " + device);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 230 Intent intent = new Intent(BluetoothDevice.ACTION_DISAPPEARED);
    [all...]

Completed in 46 milliseconds