Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DSubscriptionInfoHelper.java45 private static final String SUB_LABEL_EXTRA = field in SubscriptionInfoHelper
66 mSubLabel = intent.getStringExtra(SUB_LABEL_EXTRA); in SubscriptionInfoHelper()
81 intent.putExtra(SUB_LABEL_EXTRA, mSubLabel); in getIntent()
94 SubscriptionInfoHelper.SUB_LABEL_EXTRA, subscription.getDisplayName().toString()); in addExtrasToIntent()
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailSettingsFragment.java67 static final String SUB_LABEL_EXTRA = field in VoicemailSettingsFragment
339 advancedSettingsIntent.putExtra(SUB_LABEL_EXTRA, phoneAccount.getLabel()); in setupAdvancedSettingsPreference()