Home
last modified time | relevance | path

Searched refs:getClientModeManagerInRole (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DMakeBeforeBreakManagerTest.java269 when(mActiveModeWarden.getClientModeManagerInRole(ROLE_CLIENT_SECONDARY_TRANSIENT)) in stopAllSecondaryTransientCmms_noSecondaryTransientCmm_triggerImmediately()
279 when(mActiveModeWarden.getClientModeManagerInRole(ROLE_CLIENT_SECONDARY_TRANSIENT)) in stopAllSecondaryTransientCmms_hasSecondaryTransientCmm_triggerAfterStopped()
286 when(mActiveModeWarden.getClientModeManagerInRole(ROLE_CLIENT_SECONDARY_TRANSIENT)) in stopAllSecondaryTransientCmms_hasSecondaryTransientCmm_triggerAfterStopped()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DMakeBeforeBreakManager.java327 if (mActiveModeWarden.getClientModeManagerInRole(ROLE_CLIENT_SECONDARY_TRANSIENT) == null) { in stopAllSecondaryTransientClientModeManagers()
351 if (mActiveModeWarden.getClientModeManagerInRole(ROLE_CLIENT_SECONDARY_TRANSIENT) != null) { in triggerOnStoppedListenersIfNoMoreSecondaryTransientCmms()
H A DActiveModeWarden.java745 return getClientModeManagerInRole(ROLE_CLIENT_PRIMARY) != null; in hasPrimaryClientModeManager()
756 return getClientModeManagerInRole(ROLE_CLIENT_PRIMARY); in getPrimaryClientModeManagerNullable()
812 return getClientModeManagerInRole(ROLE_CLIENT_SCAN_ONLY); in getScanOnlyClientModeManager()
867 public ConcreteClientModeManager getClientModeManagerInRole(ClientRole role) { in getClientModeManagerInRole() method in ActiveModeWarden
1959 getClientModeManagerInRole(requestInfo.clientRole); in handleAdditionalClientModeManagerRequest()