Searched refs:getCurrentCarrierNameForDisplay (Results 1 – 3 of 3) sorted by relevance
387 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()
85 MobileNetworkUtils.getCurrentCarrierNameForDisplay(mContext, mSubId) in <lambda>()
588 public static CharSequence getCurrentCarrierNameForDisplay(Context context, int subId) { in getCurrentCarrierNameForDisplay() method in MobileNetworkUtils596 public static CharSequence getCurrentCarrierNameForDisplay(Context context) { in getCurrentCarrierNameForDisplay() method in MobileNetworkUtils597 return getCurrentCarrierNameForDisplay(context, in getCurrentCarrierNameForDisplay()