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

  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 40 public static final String ACTION_DISCONNECT = "com.example.android.toyvpn.STOP";
71 if (intent != null && ACTION_DISCONNECT.equals(intent.getAction())) {
ToyVpnClient.java 63 startService(getServiceIntent().setAction(ToyVpnService.ACTION_DISCONNECT));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 82 public static final String ACTION_DISCONNECT =
184 case ACTION_DISCONNECT:
BleConnectionPriorityClientBaseActivity.java 194 intent.setAction(BleConnectionPriorityClientService.ACTION_DISCONNECT);
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 68 private static final String ACTION_DISCONNECT = "android.server.display.wfd.DISCONNECT";
142 new IntentFilter(ACTION_DISCONNECT), null, mHandler);
433 if (intent.getAction().equals(ACTION_DISCONNECT)) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 81 static final int ACTION_DISCONNECT = 1;
219 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
220 mAction = ACTION_DISCONNECT;
228 Log.i(TAG, "ACTION_DISCONNECT addr=" + mDevice + " name=" + mName);
229 mAction = ACTION_DISCONNECT;

Completed in 244 milliseconds