Searched refs:SubscriptionInfoHelper (Results 1 – 15 of 15) 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() == null ? null in addExtrasToIntent()
|
D | CdmaCallOptions.java | 64 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 184 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled()
|
D | GsmUmtsCallOptions.java | 48 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 69 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init()
|
D | CallFeaturesSetting.java | 109 private SubscriptionInfoHelper mSubscriptionInfoHelper; 276 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 596 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent() 621 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
|
D | GsmUmtsAdditionalCallOptions.java | 34 private SubscriptionInfoHelper mSubscriptionInfoHelper; 47 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | CdmaCallForwardOptions.java | 68 private SubscriptionInfoHelper mSubscriptionInfoHelper; 78 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsCallForwardOptions.java | 53 private SubscriptionInfoHelper mSubscriptionInfoHelper; 63 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsCallBarringOptions.java | 114 private SubscriptionInfoHelper mSubscriptionInfoHelper; 359 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | NotificationMgr.java | 359 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi() 589 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 | 40 import com.android.phone.SubscriptionInfoHelper; 52 private SubscriptionInfoHelper mSubscriptionInfoHelper; 512 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | SubscriptionInfoHelperTest.java | 55 SubscriptionInfoHelper.addExtrasToIntent(intent, info); in testAddExtrasToIntentWithNullDisplayName()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 59 import com.android.phone.SubscriptionInfoHelper; 206 private SubscriptionInfoHelper mSubscriptionInfoHelper; 248 getIntent().putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, in onCreate() 251 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | PhoneAccountSettingsFragment.java | 30 import com.android.phone.SubscriptionInfoHelper; 303 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo); in initAccountList()
|