Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java228 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in setNotification() local
241 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, type); in setNotification()
243 sapDisconnectIntent,flags); in setNotification()
257 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, in setNotification()
263 SapMessage.DISC_GRACEFULL, sapDisconnectIntent,flags); in setNotification()
684 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in startDisconnectTimer() local
685 sapDisconnectIntent.putExtra(SAP_DISCONNECT_TYPE_EXTRA, discType); in startDisconnectTimer()
690 sapDisconnectIntent, in startDisconnectTimer()