Searched refs:mLohsCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 311 @Mock ILocalOnlyHotspotCallback mLohsCallback; field in WifiServiceImplTest 410 when(mLohsCallback.asBinder()).thenReturn(mock(IBinder.class)); in setUp() 1958 int result = mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, in registerLOHSRequestFull() 1983 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutCorrectPermission() 1997 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationPermission() 2008 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationEnabled() 2020 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp() 2082 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testHotspotDoesNotStartWhenAlreadyTethering() 2097 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testHotspotDoesNotStartWhenTetheringDisallowed() 2110 mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, null); in testStartLocalOnlyHotspotThrowsExceptionWhenCallerAlreadyRegistered() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 78 private WifiManager.SoftApCallback mLohsCallback; field in ActiveModeWarden 96 mLohsCallback = callback; in registerLohsCallback() 332 ? mLohsCallback : mSoftApCallback; in startSoftApModeManager()
|