Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java116 WifiShellCommand mWifiShellCommand; field in WifiShellCommandTest
146 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 …]
DWifiServiceImplTest.java494 @Mock WifiShellCommand mWifiShellCommand; field in WifiServiceImplTest
563 when(mWifiInjector.makeWifiShellCommand(any())).thenReturn(mWifiShellCommand); in setUp()