Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DMobileNetworkUtilsTest.java387 assertThat(MobileNetworkUtils.getCurrentCarrierNameForDisplay( in getCurrentCarrierNameForDisplay_withoutValidSubId_returnNetworkOperatorName()
393 assertThat(MobileNetworkUtils.getCurrentCarrierNameForDisplay( in getCurrentCarrierNameForDisplay_withValidSubId_returnCurrentCarrierName()
395 assertThat(MobileNetworkUtils.getCurrentCarrierNameForDisplay( in getCurrentCarrierNameForDisplay_withValidSubId_returnCurrentCarrierName()
402 assertThat(MobileNetworkUtils.getCurrentCarrierNameForDisplay( in getCurrentCarrierNameForDisplay_withoutSubId_returnNotNull()
/packages/apps/Settings/src/com/android/settings/network/telephony/gsm/
DOpenNetworkSelectPagePreferenceController.kt85 MobileNetworkUtils.getCurrentCarrierNameForDisplay(mContext, mSubId) in <lambda>()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java588 public static CharSequence getCurrentCarrierNameForDisplay(Context context, int subId) { in getCurrentCarrierNameForDisplay() method in MobileNetworkUtils
596 public static CharSequence getCurrentCarrierNameForDisplay(Context context) { in getCurrentCarrierNameForDisplay() method in MobileNetworkUtils
597 return getCurrentCarrierNameForDisplay(context, in getCurrentCarrierNameForDisplay()