Searched refs:getCarrierNameForSubId (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.wifitrackerlib.Utils.getCarrierNameForSubId;386 assertEquals(TEST_CARRIER_NAME, getCarrierNameForSubId(mMockContext, TEST_CARRIER_ID)); in testGetCarrierName()392 assertNull(getCarrierNameForSubId(mMockContext, in testGetCarrierNameWithInvalidSubId()
408 final String carrierName = getCarrierNameForSubId(context, in getSuggestionOrSpecifierLabel()634 static @Nullable String getCarrierNameForSubId(@NonNull Context context, int subId) { in getCarrierNameForSubId() method in Utils