Searched refs:ROLE_SOFTAP_TETHERED (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ActiveModeManager.java | 70 SoftApRole ROLE_SOFTAP_TETHERED = new SoftApRole() { field
|
D | ActiveModeWarden.java | 34 import static com.android.server.wifi.ActiveModeManager.ROLE_SOFTAP_TETHERED; 1106 return getSoftApManagerInRole(ROLE_SOFTAP_TETHERED); in getTetheredSoftApManager() 1192 ? ROLE_SOFTAP_TETHERED in getRoleForSoftApIpMode() 2680 .filter(m -> ROLE_SOFTAP_TETHERED.equals(m.getRole()))) in processMessageFiltered()
|
D | WifiMetrics.java | 9384 } else if (ActiveModeManager.ROLE_SOFTAP_TETHERED.equals(role)) { 9490 } else if (ActiveModeManager.ROLE_SOFTAP_TETHERED.equals(role)) {
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 33 import static com.android.server.wifi.ActiveModeManager.ROLE_SOFTAP_TETHERED; 532 mSoftApManager = createSoftApManager(apConfig, ROLE_SOFTAP_TETHERED); in startSoftApWithUserRejection() 597 mSoftApManager = createSoftApManager(nullApConfig, ROLE_SOFTAP_TETHERED); in startSoftApDefaultConfigFailedToLoad() 633 mSoftApManager = createSoftApManager(nullApConfig, ROLE_SOFTAP_TETHERED); in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics() 674 mSoftApManager = createSoftApManager(apConfig, ROLE_SOFTAP_TETHERED); in testStartSoftApNotPossibleToCreateApInterfaceIncrementsMetrics() 712 mSoftApManager = createSoftApManager(nullApConfig, ROLE_SOFTAP_TETHERED); in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics() 752 mSoftApManager = createSoftApManager(softApConfig, ROLE_SOFTAP_TETHERED); in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() 787 mSoftApManager = createSoftApManager(softApConfig, ROLE_SOFTAP_TETHERED); in startSoftApOn6GhzFailGeneralErrorForNoCountryCode() 821 mSoftApManager = createSoftApManager(softApConfig, ROLE_SOFTAP_TETHERED); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() 857 mSoftApManager = createSoftApManager(softApConfig, ROLE_SOFTAP_TETHERED); in startSoftApOn6GhzFailGeneralErrorForCountryCodeSetFailure() [all …]
|
D | ActiveModeWardenTest.java | 30 import static com.android.server.wifi.ActiveModeManager.ROLE_SOFTAP_TETHERED; 230 when(mSoftApManager.getRole()).thenReturn(ROLE_SOFTAP_TETHERED); in setUp() 478 ? ROLE_SOFTAP_TETHERED : ROLE_SOFTAP_LOCAL_ONLY; in enterSoftApActiveMode() 494 if (softApRole == ROLE_SOFTAP_TETHERED) { in enterSoftApActiveMode() 1154 any(), any(), any(), eq(TEST_WORKSOURCE), eq(ROLE_SOFTAP_TETHERED), anyBoolean()); in testStartSoftApModeTwiceWithTwoConfigs() 1324 when(mSoftApManager.getRole()).thenReturn(ROLE_SOFTAP_TETHERED); in testStopTetheringButNotLOHS() 1333 eq(TEST_WORKSOURCE), eq(ROLE_SOFTAP_TETHERED), anyBoolean()); in testStopTetheringButNotLOHS() 1357 eq(TEST_WORKSOURCE), eq(ROLE_SOFTAP_TETHERED), anyBoolean()); in testStopTetheringButNotLOHS() 1859 any(), any(), any(), eq(TEST_WORKSOURCE), eq(ROLE_SOFTAP_TETHERED), anyBoolean()); in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn() 1882 any(), any(), any(), eq(TEST_WORKSOURCE), eq(ROLE_SOFTAP_TETHERED), anyBoolean()); in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn() [all …]
|
D | WifiCountryCodeTest.java | 615 when(mSoftApManager.getRole()).thenReturn(ActiveModeManager.ROLE_SOFTAP_TETHERED); in testClientModeManagerAndSoftApManagerDoesntImpactEachOther()
|