Searched refs:currentInstance (Results 1 – 1 of 1) sorted by relevance
396 public static ControllerImpl createFrom(final ControllerImpl currentInstance, in createFrom() argument403 if (currentInstance != null && in createFrom()404 currentInstance.mSwitchingAwareRotationList != null && in createFrom()405 Objects.equals(currentInstance.mSwitchingAwareRotationList.mImeSubtypeList, in createFrom()408 switchingAwareRotationList = currentInstance.mSwitchingAwareRotationList; in createFrom()419 if (currentInstance != null && in createFrom()420 currentInstance.mSwitchingUnawareRotationList != null && in createFrom()422 currentInstance.mSwitchingUnawareRotationList.mImeSubtypeList, in createFrom()425 switchingUnawareRotationList = currentInstance.mSwitchingUnawareRotationList; in createFrom()