Searched refs:timeoutIntent (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 912 Intent timeoutIntent = in setUserTimeoutAlarm() local 914 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in setUserTimeoutAlarm() 921 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm() local 922 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in cancelUserTimeoutAlarm() 974 Intent timeoutIntent = in sendShutdownMessage() local 976 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in sendShutdownMessage() 1147 Intent timeoutIntent = in onReceive() local 1149 timeoutIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); in onReceive() 1150 timeoutIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onReceive() 1152 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 631 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm() local 632 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in setUserTimeoutAlarm() 639 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm() local 640 PendingIntent sender = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in cancelUserTimeoutAlarm() 659 Intent timeoutIntent = in sendShutdownMessage() local 661 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in sendShutdownMessage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 250 Intent timeoutIntent = in parseIntent() local 252 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in parseIntent() 253 timeoutIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in parseIntent() 255 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM); in parseIntent()
|