Searched refs:sapDisconnectIntent (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapServer.java | 242 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in setNotification() local 255 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, type); in setNotification() 257 PendingIntent.getBroadcast(mContext, type, sapDisconnectIntent, flags); in setNotification() 273 sapDisconnectIntent.putExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, in setNotification() 280 sapDisconnectIntent, flags); in setNotification() 754 Intent sapDisconnectIntent = new Intent(SapServer.SAP_DISCONNECT_ACTION); in startDisconnectTimer() local 755 sapDisconnectIntent.putExtra(SAP_DISCONNECT_TYPE_EXTRA, discType); in startDisconnectTimer() 760 mPendingDiscIntent = PendingIntent.getBroadcast(mContext, discType, sapDisconnectIntent, in startDisconnectTimer()
|