Searched refs:mLastReportedSplitStates (Results 1 – 1 of 1) sorted by relevance
65 private final List<SplitInfo> mLastReportedSplitStates = new ArrayList<>(); field in SplitController570 if (currentSplitStates == null || mLastReportedSplitStates.equals(currentSplitStates)) { in updateCallbackIfNecessary()573 mLastReportedSplitStates.clear(); in updateCallbackIfNecessary()574 mLastReportedSplitStates.addAll(currentSplitStates); in updateCallbackIfNecessary()