Searched refs:currentSplitStates (Results 1 – 1 of 1) sorted by relevance
569 List<SplitInfo> currentSplitStates = getActiveSplitStates(); in updateCallbackIfNecessary() local570 if (currentSplitStates == null || mLastReportedSplitStates.equals(currentSplitStates)) { in updateCallbackIfNecessary()574 mLastReportedSplitStates.addAll(currentSplitStates); in updateCallbackIfNecessary()575 mEmbeddingCallback.accept(currentSplitStates); in updateCallbackIfNecessary()