Searched refs:currentSplitStates (Results 1 – 1 of 1) sorted by relevance
2348 final List<SplitInfo> currentSplitStates = getActiveSplitStatesIfStable(); in updateSplitInfoCallbackIfNecessary() local2349 if (currentSplitStates == null || mLastReportedSplitStates.equals(currentSplitStates)) { in updateSplitInfoCallbackIfNecessary()2353 mLastReportedSplitStates.addAll(currentSplitStates); in updateSplitInfoCallbackIfNecessary()2354 mSplitInfoCallback.accept(currentSplitStates); in updateSplitInfoCallbackIfNecessary()