Home
last modified time | relevance | path

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 DMakeBeforeBreakManagerTest.java115 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 DWifiConnectivityManagerTest.java168 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 DActiveModeWardenTest.java26 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 DMakeBeforeBreakManager.java227 ROLE_CLIENT_SECONDARY_TRANSIENT, ActiveModeWarden.INTERNAL_REQUESTOR_WS); in onInternetValidated()
H A DActiveModeWarden.java90 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 DWifiConnectivityManager.java1458 ActiveModeWarden.INTERNAL_REQUESTOR_WS, in triggerConnectToNetworkUsingMbbIfAvailable()