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

  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 73 private static final String ACTION_DISCONNECT = "android.server.display.wfd.DISCONNECT";
149 new IntentFilter(ACTION_DISCONNECT), null, mHandler);
426 Intent disconnectIntent = new Intent(ACTION_DISCONNECT);
454 if (intent.getAction().equals(ACTION_DISCONNECT)) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 73 static final int ACTION_DISCONNECT = 1;
174 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
175 mAction = ACTION_DISCONNECT;

Completed in 9045 milliseconds