Home
last modified time | relevance | path

Searched refs:SAP_DISCONNECT_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java89 public static final String SAP_DISCONNECT_ACTION = field in SapServer
121 filter.addAction(SAP_DISCONNECT_ACTION); in SapServer()
147 } else if (intent.getAction().equals(SAP_DISCONNECT_ACTION)) {
226 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in setNotification()
257 Intent sapForceDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in setNotification()
677 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in startDisconnectTimer()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSapServerTest.java260 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in testSapServerTimeouts()