Searched refs:INTERNAL_REQUESTOR_WS (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | MakeBeforeBreakManagerTest.java | 125 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in makeBeforeBreakSuccess() 161 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_anotherCmm_noOp() 189 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_oldPrimaryDidntBecomeSecondaryTransient_abortMbb() 217 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in modeChanged_newPrimaryNoLongerSecondaryTransient_abortMbb() 320 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in onInternetValidationSuccessful() 363 ActiveModeWarden.INTERNAL_REQUESTOR_WS); in onInternetValidationFailedWhenLingering()
|
D | WifiConnectivityManagerTest.java | 188 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in setUp() 788 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in requestSecondaryTransientCmm_gotNullCmm() 806 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in requestSecondaryTransientCmm_gotNullCmm() 832 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in requestSecondaryTransientCmm_gotAlreadyConnectedCmm() 850 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in requestSecondaryTransientCmm_gotAlreadyConnectedCmm() 873 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in connectWhenConnected_UsingMbb() 890 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), in connectWhenConnected_UsingMbb() 910 any(), eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), any(), any()); in connectWhenConnected_UsingBbmIfBothNetworksHaveMacRandomizationDisabled() 6167 eq(ActiveModeWarden.INTERNAL_REQUESTOR_WS), eq(ROLE_CLIENT_SECONDARY_TRANSIENT), in testMbbAvailableWillSkipSufficiencyCheck()
|
D | ActiveModeWardenTest.java | 31 import static com.android.server.wifi.ActiveModeWarden.INTERNAL_REQUESTOR_WS; 444 verify(mClientModeManager).setRole(ROLE_CLIENT_SCAN_ONLY, INTERNAL_REQUESTOR_WS); in enterScanOnlyModeActiveState() 826 inOrder.verify(mClientModeManager).setRole(ROLE_CLIENT_SCAN_ONLY, INTERNAL_REQUESTOR_WS); in testSwitchFromConnectModeToScanOnlyModeRemovesAdditionalCMMs() 4629 verify(mClientModeManager).setRole(ROLE_CLIENT_SCAN_ONLY, INTERNAL_REQUESTOR_WS); in testWifiDisableDuringEmergencyScan()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | MakeBeforeBreakManager.java | 336 ROLE_CLIENT_SECONDARY_TRANSIENT, ActiveModeWarden.INTERNAL_REQUESTOR_WS); in onInternetValidated()
|
D | ActiveModeWarden.java | 116 public static final WorkSource INTERNAL_REQUESTOR_WS = new WorkSource(Process.WIFI_UID); field in ActiveModeWarden 865 INTERNAL_REQUESTOR_WS); in scanAlwaysModeChanged() 1003 return canRequestMoreClientModeManagersInRole(INTERNAL_REQUESTOR_WS, in canRequestSecondaryTransientClientModeManager() 1951 mLastScanOnlyClientModeManagerRequestorWs = INTERNAL_REQUESTOR_WS; in start()
|
D | WifiConnectivityManager.java | 583 ActiveModeWarden.INTERNAL_REQUESTOR_WS, ROLE_CLIENT_SECONDARY_TRANSIENT, false)) { in shouldSkipSufficiencyCheck() 1913 ActiveModeWarden.INTERNAL_REQUESTOR_WS, in triggerConnectToNetworkUsingMbbIfAvailable()
|