Searched refs:getPreviousRole (Results 1 – 13 of 13) sorted by relevance
45 @Nullable public ClientRole getPreviousRole() { in getPreviousRole() method in DefaultClientModeManager
152 @Nullable Role getPreviousRole(); in getPreviousRole() method
182 if (ccm.getPreviousRole() != ROLE_CLIENT_SECONDARY_LONG_LIVED in onActiveModeManagerRemoved()207 if (ccm.getPreviousRole() == ROLE_CLIENT_SECONDARY_LONG_LIVED in onActiveModeManagerRoleChanged()
321 if (newPrimary.getPreviousRole() == ROLE_CLIENT_PRIMARY) { in onInternetValidated()
1699 if (ROLE_CLIENT_SECONDARY_LONG_LIVED.equals(clientModeManager.getPreviousRole()) in onStoppedOrStartFailure()1700 || ROLE_CLIENT_LOCAL_ONLY.equals(clientModeManager.getPreviousRole())) { in onStoppedOrStartFailure()
540 @Nullable public ClientRole getPreviousRole() { in getPreviousRole() method in ConcreteClientModeManager
589 @Nullable public ClientRole getPreviousRole() { in getPreviousRole() method in SoftApManager
1291 if (activeModeManager.getPreviousRole() == ROLE_CLIENT_PRIMARY in onActiveModeManagerRoleChanged()
7383 && mClientModeManager.getPreviousRole() == ROLE_CLIENT_PRIMARY) { in processMessageImpl()
618 assertNull(mClientModeManager.getPreviousRole()); in clientModeStopBeforeStartCleansUpState()634 assertNull(mClientModeManager.getPreviousRole()); in clientModeStopCleansUpState()645 mClientModeManager.getPreviousRole()); in clientModeStopCleansUpState()1553 assertNull(mClientModeManager.getPreviousRole()); in setRoleBeforeInvokingListener()1575 mClientModeManager.getPreviousRole()); in setRoleBeforeInvokingListener()
98 when(mNewPrimaryCmm.getPreviousRole()).thenReturn(ROLE_CLIENT_PRIMARY); in onL3ValidatedSecondaryTransientThatWasPreviouslyPrimary_noOp()
691 when(cmm.getPreviousRole()).thenReturn(ROLE_CLIENT_PRIMARY); in testPrimaryToSecondaryTransientDoesNotDisableWifi()705 when(cmm.getPreviousRole()).thenReturn(ROLE_CLIENT_PRIMARY); in testPrimaryToScanOnlyWillDisableWifi()
2702 verify(mClientModeManager, atLeastOnce()).getPreviousRole(); in testRestartWifiStackDoesNotExitECMMode()