Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java815 Intent timeoutIntent = in setUserTimeoutAlarm() local
817 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in setUserTimeoutAlarm()
854 Intent timeoutIntent = in sendShutdownMessage() local
856 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in sendShutdownMessage()
972 Intent timeoutIntent = in onReceive() local
974 timeoutIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); in onReceive()
975 timeoutIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onReceive()
977 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java247 Intent timeoutIntent = in parseIntent() local
249 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in parseIntent()
250 timeoutIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in parseIntent()
252 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM); in parseIntent()