Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java694 String line1Num = null; in showLimitedSimFunctionWarningNotification() local
700 line1Num = mTelephonyManager.getLine1Number(sub.getSubscriptionId()); in showLimitedSimFunctionWarningNotification()
703 final CharSequence contentText = TextUtils.isEmpty(line1Num) ? in showLimitedSimFunctionWarningNotification()
708 carrierName, line1Num); in showLimitedSimFunctionWarningNotification()