Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java880 int portIdx = mONSProfileSelector.getAvailableESIMPortIndex(); in testAvailablePortWhenTwoPrimarySIMsAreActive()
912 int portIdx = mONSProfileSelector.getAvailableESIMPortIndex(); in testAvailablePortWhenOpportunisticEsimIsActive()
944 int portIdx = mONSProfileSelector.getAvailableESIMPortIndex(); in testAvailablePortWhenTwoOpportunisticEsimsAreActive()
988 int portIdx = mONSProfileSelector.getAvailableESIMPortIndex(); in testAvailablePortWhenOpportunisticEsimIsActiveAndInactiveSubscriptions()
1042 int portIdx = mONSProfileSelector.getAvailableESIMPortIndex(); in testAvailablePortWhenOnlyInactiveSubscriptions()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java197 switchToSubscription(subId, getAvailableESIMPortIndex());
387 protected int getAvailableESIMPortIndex() { in getAvailableESIMPortIndex() method in ONSProfileSelector
536 int availSIMPortIndex = getAvailableESIMPortIndex(); in checkProfileUpdate()