Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java243 @Mock LocalOnlyHotspotRequestInfo mRequestInfo; field in WifiServiceImplTest
336 when(mRequestInfo.getPid()).thenReturn(mPid); in setUp()
1546 mWifiServiceImpl.registerLOHSForTest(mPid, mRequestInfo); in testStopLocalOnlyHotspotDoesNothingWithARemainingRegisteredRequest()
1623 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
1641 mWifiServiceImpl.registerLOHSForTest(mPid, mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRegisteredRequests()
1645 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRegisteredRequests()
2165 mWifiServiceImpl.registerLOHSForTest(TEST_PID, mRequestInfo); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
2176 verify(mRequestInfo).sendHotspotFailedMessage(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
2200 mWifiServiceImpl.registerLOHSForTest(TEST_PID, mRequestInfo); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
2206 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
[all …]