Searched refs:SubscriptionInfoHelper (Results 1 – 13 of 13) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | SubscriptionInfoHelper.java | 39 public class SubscriptionInfoHelper { class 57 public SubscriptionInfoHelper(Context context, Intent intent) { in SubscriptionInfoHelper() method in SubscriptionInfoHelper 86 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subscription.getSubscriptionId()); in addExtrasToIntent() 88 SubscriptionInfoHelper.SUB_LABEL_EXTRA, subscription.getDisplayName().toString()); in addExtrasToIntent()
|
D | GsmUmtsCallOptions.java | 42 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 63 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init()
|
D | CallFeaturesSetting.java | 105 private SubscriptionInfoHelper mSubscriptionInfoHelper; 181 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 331 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent() 356 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
|
D | CdmaCallOptions.java | 49 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsAdditionalCallOptions.java | 28 private SubscriptionInfoHelper mSubscriptionInfoHelper; 36 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | GsmUmtsCallForwardOptions.java | 48 private SubscriptionInfoHelper mSubscriptionInfoHelper; 56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | NotificationMgr.java | 166 if (subId == SubscriptionInfoHelper.NO_SUB_ID) { in refreshMwi() 284 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi() 446 SubscriptionInfoHelper.addExtrasToIntent( in updateCfi()
|
/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
D | FdnList.java | 31 import com.android.phone.SubscriptionInfoHelper; 48 private SubscriptionInfoHelper mSubscriptionInfoHelper; 60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 179 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) { in getContentUri()
|
D | DeleteFdnContactScreen.java | 34 import com.android.phone.SubscriptionInfoHelper; 51 private SubscriptionInfoHelper mSubscriptionInfoHelper; 98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
|
D | EditFdnContactScreen.java | 53 import com.android.phone.SubscriptionInfoHelper; 72 private SubscriptionInfoHelper mSubscriptionInfoHelper; 223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
|
D | FdnSetting.java | 38 import com.android.phone.SubscriptionInfoHelper; 50 private SubscriptionInfoHelper mSubscriptionInfoHelper; 489 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 28 import com.android.phone.SubscriptionInfoHelper; 359 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo); in initAccountList()
|
D | VoicemailSettingsActivity.java | 48 import com.android.phone.SubscriptionInfoHelper; 196 private SubscriptionInfoHelper mSubscriptionInfoHelper; 220 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|