Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnList.java265 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) { in getContentUri() argument
266 return subscriptionInfoHelper.hasSubId() in getContentUri()
267 ? Uri.parse(FDN_CONTENT_PATH_WITH_SUB_ID + subscriptionInfoHelper.getSubId()) in getContentUri()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java602 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting() argument
603 Intent intent = subscriptionInfoHelper.getIntent(CallFeaturesSetting.class); in goUpToTopLevelSetting()