Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java217 int[] oppCarrierIdArr = config.getIntArray( in getOpportunisticSubIdsofPSIMOperator() local
219 if (oppCarrierIdArr == null || oppCarrierIdArr.length <= 0) { in getOpportunisticSubIdsofPSIMOperator()
226 for (int oppCarrierId : oppCarrierIdArr) { in getOpportunisticSubIdsofPSIMOperator()
305 int[] oppCarrierIdArr = config.getIntArray( in findOpportunisticSubscription() local
307 if (oppCarrierIdArr == null || oppCarrierIdArr.length <= 0) { in findOpportunisticSubscription()
320 for (int carrId : oppCarrierIdArr) { in findOpportunisticSubscription()