Searched refs:mWifiShellCommand (Results 1 – 2 of 2) sorted by relevance
116 WifiShellCommand mWifiShellCommand; field in WifiShellCommandTest146 mWifiShellCommand = new WifiShellCommand(mWifiInjector, mWifiService, mContext, in setUp()160 mWifiShellCommand.exec( in testSetIpReachDisconnect()165 mWifiShellCommand.exec( in testSetIpReachDisconnect()171 mWifiShellCommand.exec( in testSetIpReachDisconnect()175 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetIpReachDisconnect()181 mWifiShellCommand.exec( in testGetIpReachDisconnect()187 mWifiShellCommand.exec( in testGetIpReachDisconnect()196 mWifiShellCommand.exec( in testSetPollRssiIntervalMsecs()200 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetPollRssiIntervalMsecs()[all …]
494 @Mock WifiShellCommand mWifiShellCommand; field in WifiServiceImplTest563 when(mWifiInjector.makeWifiShellCommand(any())).thenReturn(mWifiShellCommand); in setUp()