Searched refs:intentArgument2 (Results 1 – 1 of 1) sorted by relevance
128 ArgumentCaptor<Intent> intentArgument2 = ArgumentCaptor.forClass(Intent.class); in testIncomingPriorityAccept() local130 timeout(1000).times(2)).sendBroadcast(intentArgument2.capture(), anyString()); in testIncomingPriorityAccept()132 intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingPriorityAccept()177 ArgumentCaptor<Intent> intentArgument2 = ArgumentCaptor.forClass(Intent.class); in testIncomingTimeout() local180 intentArgument2.capture(), anyString()); in testIncomingTimeout()182 intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingTimeout()