Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java312 CharSequence subDisplayName = null; in buildPstnPhoneAccount() local
315 subDisplayName = record.getDisplayName(); in buildPstnPhoneAccount()
328 if (TextUtils.isEmpty(subDisplayName)) { in buildPstnPhoneAccount()
331 subDisplayName = mContext.getResources().getString( in buildPstnPhoneAccount()
337 label = dummyPrefix + subDisplayName; in buildPstnPhoneAccount()