Searched refs:SubscriptionInfoHelper (Results 1 – 14 of 14) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | SubscriptionInfoHelper.java | 39 public class SubscriptionInfoHelper { class 56 public SubscriptionInfoHelper(Context context, Intent intent) { in SubscriptionInfoHelper() method in SubscriptionInfoHelper 92 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subscription.getSubscriptionId()); in addExtrasToIntent() 94 SubscriptionInfoHelper.SUB_LABEL_EXTRA, subscription.getDisplayName().toString()); in addExtrasToIntent()
|
D | CdmaCallOptions.java | 61 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 167 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled()
|
D | GsmUmtsCallOptions.java | 44 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 65 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init()
|
D | CallFeaturesSetting.java | 107 private SubscriptionInfoHelper mSubscriptionInfoHelper; 265 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 577 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent() 602 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
|
D | GsmUmtsAdditionalCallOptions.java | 34 private SubscriptionInfoHelper mSubscriptionInfoHelper; 47 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | CdmaCallForwardOptions.java | 65 private SubscriptionInfoHelper mSubscriptionInfoHelper; 75 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsCallForwardOptions.java | 50 private SubscriptionInfoHelper mSubscriptionInfoHelper; 60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsCallBarringOptions.java | 114 private SubscriptionInfoHelper mSubscriptionInfoHelper; 354 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | NotificationMgr.java | 348 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi() 572 SubscriptionInfoHelper.addExtrasToIntent( in updateCfi()
|
/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
D | FdnList.java | 40 import com.android.phone.SubscriptionInfoHelper; 92 private SubscriptionInfoHelper mSubscriptionInfoHelper; 107 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 265 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) { in getContentUri()
|
D | BaseFdnContactScreen.java | 41 import com.android.phone.SubscriptionInfoHelper; 61 protected SubscriptionInfoHelper mSubscriptionInfoHelper; 109 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
|
D | FdnSetting.java | 37 import com.android.phone.SubscriptionInfoHelper; 49 private SubscriptionInfoHelper mSubscriptionInfoHelper; 509 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 54 import com.android.phone.SubscriptionInfoHelper; 200 private SubscriptionInfoHelper mSubscriptionInfoHelper; 230 getIntent().putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, in onCreate() 233 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | PhoneAccountSettingsFragment.java | 27 import com.android.phone.SubscriptionInfoHelper; 293 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo); in initAccountList()
|