Searched refs:SubscriptionInfoHelper (Results 1 – 10 of 10) 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 | NotificationMgr.java | 256 if (subId == SubscriptionInfoHelper.NO_SUB_ID) { in refreshMwi() 362 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi() 467 SubscriptionInfoHelper.addExtrasToIntent( in updateCfi()
|
D | GsmUmtsAdditionalCallOptions.java | 28 private SubscriptionInfoHelper mSubscriptionInfoHelper; 36 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | CallFeaturesSetting.java | 188 private SubscriptionInfoHelper mSubscriptionInfoHelper; 1155 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() 1346 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent() 1423 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
|
D | GsmUmtsCallForwardOptions.java | 48 private SubscriptionInfoHelper mSubscriptionInfoHelper; 56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
/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 | FdnSetting.java | 38 import com.android.phone.SubscriptionInfoHelper; 50 private SubscriptionInfoHelper mSubscriptionInfoHelper; 458 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
|
D | EditFdnContactScreen.java | 52 import com.android.phone.SubscriptionInfoHelper; 72 private SubscriptionInfoHelper mSubscriptionInfoHelper; 223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 22 import com.android.phone.SubscriptionInfoHelper; 322 SubscriptionInfoHelper.addExtrasToIntent(intent, subscription); in initAccountList()
|