Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DUtilsTest.java29 import static com.android.wifitrackerlib.Utils.getSubIdForConfig;
336 getSubIdForConfig(mMockContext, config)); in testGetSubIdForWifiConfigurationWithNoSubscription()
349 assertEquals(TEST_SUB_ID, getSubIdForConfig(mMockContext, config)); in testGetSubIdForWifiConfigurationWithMatchingSubscription()
356 getSubIdForConfig(mMockContext, config)); in testGetSubIdForWifiConfigurationWithoutCarrierId()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java412 getSubIdForConfig(context, wifiConfiguration)); in getSuggestionOrSpecifierLabel()
700 static int getSubIdForConfig(@NonNull Context context, @NonNull WifiConfiguration config) { in getSubIdForConfig() method in Utils
756 subId = getSubIdForConfig(context, wifiConfig); in getImsiProtectionDescription()