Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DSubscriptionInfoHelper.java52 private static String mSubLabel; field in SubscriptionInfoHelper
60 mSubLabel = intent.getStringExtra(SUB_LABEL_EXTRA); in SubscriptionInfoHelper()
74 if (!TextUtils.isEmpty(mSubLabel)) { in getIntent()
75 intent.putExtra(SUB_LABEL_EXTRA, mSubLabel); in getIntent()
108 if (actionBar == null || TextUtils.isEmpty(mSubLabel)) { in setActionBarTitle()
116 String title = String.format(res.getString(resId), mSubLabel); in setActionBarTitle()