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.java324 CharSequence subDisplayName = null; in buildPstnPhoneAccount() local
327 subDisplayName = record.getDisplayName(); in buildPstnPhoneAccount()
340 if (TextUtils.isEmpty(subDisplayName)) { in buildPstnPhoneAccount()
343 subDisplayName = mContext.getResources().getString( in buildPstnPhoneAccount()
349 label = testPrefix + subDisplayName; in buildPstnPhoneAccount()