Searched refs:intentArgument1 (Results 1 – 1 of 1) sorted by relevance
109 ArgumentCaptor<Intent> intentArgument1 = ArgumentCaptor.forClass(Intent.class); in testIncomingPriorityAccept() local111 timeout(1000)).sendBroadcast(intentArgument1.capture(), anyString()); in testIncomingPriorityAccept()113 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingPriorityAccept()168 ArgumentCaptor<Intent> intentArgument1 = ArgumentCaptor.forClass(Intent.class); in testIncomingTimeout() local169 verify(mockService, timeout(1000)).sendBroadcast(intentArgument1.capture(), anyString()); in testIncomingTimeout()171 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingTimeout()