Searched refs:mSupportedStates (Results 1 – 1 of 1) sorted by relevance
628 private List<Boolean> mSupportedStates = new ArrayList<>(); field in SatelliteManagerTestBase.SatelliteSupportedStateCallbackTest637 mSupportedStates.add(supported); in onSatelliteSupportedStateChanged()663 mSupportedStates.clear(); in clearSupportedStates()670 return mSupportedStates.size(); in getTotalCountOfSupportedStates()676 if (index < mSupportedStates.size()) { in getSupportedState()677 return mSupportedStates.get(index); in getSupportedState()