Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java109 ArgumentCaptor<Intent> intentArgument1 = ArgumentCaptor.forClass(Intent.class); in testIncomingPriorityAccept() local
111 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() local
169 verify(mockService, timeout(1000)).sendBroadcast(intentArgument1.capture(), anyString()); in testIncomingTimeout()
171 intentArgument1.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingTimeout()