Searched refs:mSubLabel (Results 1 – 1 of 1) sorted by relevance
52 private static String mSubLabel; field in SubscriptionInfoHelper60 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()