Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java226 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in setNotification() local
240 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, type); in setNotification()
242 sapDisconnectIntent,flags); in setNotification()
255 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, in setNotification()
261 SapMessage.DISC_GRACEFULL, sapDisconnectIntent,flags); in setNotification()
677 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in startDisconnectTimer() local
678 sapDisconnectIntent.putExtra(SAP_DISCONNECT_TYPE_EXTRA, discType); in startDisconnectTimer()
683 sapDisconnectIntent, in startDisconnectTimer()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSapServerTest.java260 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in testSapServerTimeouts() local
261 sapDisconnectIntent.putExtra( in testSapServerTimeouts()
284 mContext.sendBroadcast(sapDisconnectIntent); in testSapServerTimeouts()