HomeSort by relevance Sort by last modified time
    Searched refs:mSubLabel (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/
SubscriptionInfoHelper.java 42 private static String mSubLabel;
48 mSubLabel = intent.getStringExtra(SUB_LABEL_EXTRA);
59 if (actionBar == null || TextUtils.isEmpty(mSubLabel)) {
63 String title = String.format(res.getString(resId), mSubLabel);
  /packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java 52 private static String mSubLabel;
60 mSubLabel = intent.getStringExtra(SUB_LABEL_EXTRA);
74 if (!TextUtils.isEmpty(mSubLabel)) {
75 intent.putExtra(SUB_LABEL_EXTRA, mSubLabel);
108 if (actionBar == null || TextUtils.isEmpty(mSubLabel)) {
116 String title = String.format(res.getString(resId), mSubLabel);

Completed in 495 milliseconds