Searched refs:mSubLabel (Results 1 – 1 of 1) sorted by relevance
51 private String mSubLabel; field in SubscriptionInfoHelper66 mSubLabel = intent.getStringExtra(SUB_LABEL_EXTRA); in SubscriptionInfoHelper()80 if (!TextUtils.isEmpty(mSubLabel)) { in getIntent()81 intent.putExtra(SUB_LABEL_EXTRA, mSubLabel); in getIntent()114 if (actionBar == null || TextUtils.isEmpty(mSubLabel)) { in setActionBarTitle()122 String title = String.format(res.getString(resId), mSubLabel); in setActionBarTitle()