Home | History | Annotate | Download | only in util

Lines Matching refs:when

19 import static org.mockito.Mockito.when;
55 Mockito.doNothing().when(mMockRunUtil).sleep(Mockito.anyLong());
84 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn("");
85 Mockito.doReturn(true).when(mSpyClient).isSl4ARunning();
86 Mockito.doNothing().when(mSpyClient).open();
87 Mockito.doReturn(null).when(mSpyClient).rpcCall(BluetoothUtils.BTSNOOP_API, true);
93 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn("");
94 Mockito.doReturn(true).when(mSpyClient).isSl4ARunning();
95 Mockito.doNothing().when(mSpyClient).open();
97 .when(mSpyClient)
104 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn("");
105 Mockito.doReturn(true).when(mSpyClient).isSl4ARunning();
106 Mockito.doNothing().when(mSpyClient).open();
107 Mockito.doReturn(null).when(mSpyClient).rpcCall(BluetoothUtils.BTSNOOP_API, false);
113 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn("");
114 Mockito.doReturn(false).when(mSpyClient).isSl4ARunning();
115 Mockito.doNothing().when(mSpyClient).open();
116 Mockito.doReturn(null).when(mSpyClient).rpcCall(BluetoothUtils.BTSNOOP_API, false);
122 when(mMockDevice.executeShellCommand(Mockito.anyString()))
131 when(mMockDevice.executeShellCommand(Mockito.anyString()))