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

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 216 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION);
230 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, type);
232 sapDisconnectIntent,flags);
245 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA,
251 SapMessage.DISC_GRACEFULL, sapDisconnectIntent,flags);
661 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION);
662 sapDisconnectIntent.putExtra(SAP_DISCONNECT_TYPE_EXTRA, discType);
667 sapDisconnectIntent,
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SapServerTest.java 260 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION);
261 sapDisconnectIntent.putExtra(
284 mContext.sendBroadcast(sapDisconnectIntent);

Completed in 594 milliseconds