Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java715 int matchSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in getSubIdForConfig() local
719 matchSubId = subInfo.getSubscriptionId(); in getSubIdForConfig()
720 if (matchSubId == dataSubId) { in getSubIdForConfig()
726 return matchSubId; in getSubIdForConfig()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A 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()