Searched refs:INTERNAL_REQUESTOR_WS (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | MakeBeforeBreakManagerTest.java | 115 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in makeBeforeBreakSuccess() 151 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_anotherCmm_noOp() 179 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_oldPrimaryDidntBecomeSecondaryTransient_abortMbb() 207 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_newPrimaryNoLongerSecondaryTransient_abortMbb()
|
H A D | WifiConnectivityManagerTest.java | 168 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in setUp() 564 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in requestSecondaryTransientCmm_gotNullCmm() 582 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in requestSecondaryTransientCmm_gotNullCmm() 608 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in requestSecondaryTransientCmm_gotAlreadyConnectedCmm() 626 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in requestSecondaryTransientCmm_gotAlreadyConnectedCmm() 649 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in connectWhenConnected_UsingMbb() 666 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in connectWhenConnected_UsingMbb() 686 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in connectWhenConnected_UsingBbmIfBothNetworksHaveMacRandomizationDisabled()
|
H A D | ActiveModeWardenTest.java | 26 import static com.android.server.wifi.ActiveModeWarden.INTERNAL_REQUESTOR_WS; 366 verify(mClientModeManager).setRole(ROLE_CLIENT_SCAN_ONLY, INTERNAL_REQUESTOR_WS); in enterScanOnlyModeActiveState() 3854 verify(mClientModeManager).setRole(ROLE_CLIENT_SCAN_ONLY, INTERNAL_REQUESTOR_WS); in testWifiDisableDuringEmergencyScan()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | MakeBeforeBreakManager.java | 227 ROLE_CLIENT_SECONDARY_TRANSIENT, ActiveModeWarden.INTERNAL_REQUESTOR_WS); in onInternetValidated()
|
H A D | ActiveModeWarden.java | 90 public static final WorkSource INTERNAL_REQUESTOR_WS = new WorkSource(Process.WIFI_UID); field in ActiveModeWarden 626 INTERNAL_REQUESTOR_WS); in scanAlwaysModeChanged() 1516 mLastScanOnlyClientModeManagerRequestorWs = INTERNAL_REQUESTOR_WS; in start()
|
H A D | WifiConnectivityManager.java | 1458 ActiveModeWarden.INTERNAL_REQUESTOR_WS, in triggerConnectToNetworkUsingMbbIfAvailable()
|