Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java134 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive()
243 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY; in checkUserChoice()
293 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in sendReplyIntentToReceiver()
DBluetoothPermissionActivity.java221 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in sendReplyIntentToReceiver()
/packages/modules/Bluetooth/framework/api/
Dmodule-lib-lint-baseline.txt30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_REPLY:
31 Field 'ACTION_CONNECTION_ACCESS_REPLY' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_REPLY:
31 Field 'ACTION_CONNECTION_ACCESS_REPLY' is missing @BroadcastBehavior
Dsystem-current.txt226 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_REPLY = "and…
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServiceTest.java131 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in testReceiver_ConnectionAccessReplyIntent_shouldNotCrash()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java173 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in broadcastReceiver_onReceive_withActionConnectionAccessReply()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java658 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()
809 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java214 if (BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY.equals(action)) { in parseIntent()
738 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java697 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()
1121 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java223 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in HeadsetService()
441 case BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY:
DHeadsetStateMachine.java2764 if (intent.getAction().equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in handleAccessPermissionResult()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java990 public static final String ACTION_CONNECTION_ACCESS_REPLY = field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1523 when(mIntent.getAction()).thenReturn(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in testHandleAccessPermissionResult_withNoChangeInAtCommandResult()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt277 Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REPLY:Ljava/lang/String;