Searched refs:oldPrimary (Results 1 – 1 of 1) sorted by relevance
50 public final ConcreteClientModeManager oldPrimary; field in MakeBeforeBreakManager.MakeBeforeBreakInfo55 @NonNull ConcreteClientModeManager oldPrimary, in MakeBeforeBreakInfo()57 this.oldPrimary = oldPrimary; in MakeBeforeBreakInfo()64 + "oldPrimary=" + oldPrimary in toString()131 boolean oldPrimaryStopped = clientModeManager == mMakeBeforeBreakInfo.oldPrimary; in onActiveModeManagerRemoved()135 + " oldPrimary=" + mMakeBeforeBreakInfo.oldPrimary in onActiveModeManagerRemoved()266 if (roleChangedClientModeManager != mMakeBeforeBreakInfo.oldPrimary) { in maybeContinueMakeBeforeBreak()271 if (mMakeBeforeBreakInfo.oldPrimary.getRole() != ROLE_CLIENT_SECONDARY_TRANSIENT) { in maybeContinueMakeBeforeBreak()273 + mMakeBeforeBreakInfo.oldPrimary); in maybeContinueMakeBeforeBreak()284 Log.i(TAG, "Continue MBB switch primary from " + mMakeBeforeBreakInfo.oldPrimary in maybeContinueMakeBeforeBreak()[all …]