Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java128 ArgumentCaptor<Intent> intentArgument2 = ArgumentCaptor.forClass(Intent.class); in testIncomingPriorityAccept() local
130 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() local
180 intentArgument2.capture(), anyString()); in testIncomingTimeout()
182 intentArgument2.getValue().getIntExtra(BluetoothProfile.EXTRA_STATE, -1)); in testIncomingTimeout()