Searched refs:currentSplitStates (Results 1 – 1 of 1) sorted by relevance
1975 final List<SplitInfo> currentSplitStates = getActiveSplitStates(); in updateCallbackIfNecessary() local1976 if (mLastReportedSplitStates.equals(currentSplitStates)) { in updateCallbackIfNecessary()1980 mLastReportedSplitStates.addAll(currentSplitStates); in updateCallbackIfNecessary()1981 mEmbeddingCallback.accept(currentSplitStates); in updateCallbackIfNecessary()