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

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 75 static final int ACTION_DISCONNECT = 1;
193 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
194 mAction = ACTION_DISCONNECT;
202 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
203 mAction = ACTION_DISCONNECT;
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 69 private static final String ACTION_DISCONNECT = "android.server.display.wfd.DISCONNECT";
143 new IntentFilter(ACTION_DISCONNECT), null, mHandler);
434 if (intent.getAction().equals(ACTION_DISCONNECT)) {

Completed in 117 milliseconds