Home
last modified time | relevance | path

Searched refs:mSupportedStates (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTestBase.java628 private List<Boolean> mSupportedStates = new ArrayList<>(); field in SatelliteManagerTestBase.SatelliteSupportedStateCallbackTest
637 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()