Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DMakeBeforeBreakManager.java100 public final ConcreteClientModeManager oldPrimary; field in MakeBeforeBreakManager.MakeBeforeBreakInfo
105 @NonNull ConcreteClientModeManager oldPrimary, in MakeBeforeBreakInfo()
107 this.oldPrimary = oldPrimary; in MakeBeforeBreakInfo()
114 + "oldPrimary=" + oldPrimary in toString()
201 boolean oldPrimaryStopped = clientModeManager == mMakeBeforeBreakInfo.oldPrimary; in onActiveModeManagerRemoved()
205 + " oldPrimary=" + mMakeBeforeBreakInfo.oldPrimary in onActiveModeManagerRemoved()
424 if (roleChangedClientModeManager != mMakeBeforeBreakInfo.oldPrimary) { in maybeContinueMakeBeforeBreak()
429 if (mMakeBeforeBreakInfo.oldPrimary.getRole() != ROLE_CLIENT_SECONDARY_TRANSIENT) { in maybeContinueMakeBeforeBreak()
431 + mMakeBeforeBreakInfo.oldPrimary); in maybeContinueMakeBeforeBreak()
443 Log.i(TAG, "Continue MBB switch primary from " + mMakeBeforeBreakInfo.oldPrimary in maybeContinueMakeBeforeBreak()
[all …]