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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 72 } else if (action.equals(BluetoothDevice.ACTION_DISAPPEARED)) {
158 filter.addAction(BluetoothDevice.ACTION_DISAPPEARED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 94 public static final String ACTION_DISAPPEARED =
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 178 Intent intent = new Intent(BluetoothDevice.ACTION_DISAPPEARED);

Completed in 212 milliseconds