Searched refs:ACTION_CONNECTION_ACCESS_REPLY (Results 1 – 15 of 15) sorted by relevance
134 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()
221 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in sendReplyIntentToReceiver()
30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_REPLY:31 Field 'ACTION_CONNECTION_ACCESS_REPLY' is missing @BroadcastBehavior
226 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_REPLY = "and…
131 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in testReceiver_ConnectionAccessReplyIntent_shouldNotCrash()
173 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in broadcastReceiver_onReceive_withActionConnectionAccessReply()
658 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()809 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in onReceive()
214 if (BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY.equals(action)) { in parseIntent()738 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()
697 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in start()1121 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in onReceive()
223 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in HeadsetService()441 case BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY:
2764 if (intent.getAction().equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) { in handleAccessPermissionResult()
990 public static final String ACTION_CONNECTION_ACCESS_REPLY = field in BluetoothDevice
1523 when(mIntent.getAction()).thenReturn(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in testHandleAccessPermissionResult_withNoChangeInAtCommandResult()
277 Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REPLY:Ljava/lang/String;