Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java724 int matchSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in getMatchingSubId() local
727 matchSubId = subInfo.getSubscriptionId(); in getMatchingSubId()
728 if (matchSubId == dataSubId) { in getMatchingSubId()
734 vlogd("matching subId is " + matchSubId); in getMatchingSubId()
735 return matchSubId; in getMatchingSubId()