Home
last modified time | relevance | path

Searched refs:canManageSubscription (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java339 public boolean canManageSubscription(Context context) { in canManageSubscription() method in SubscriptionInfo
340 return canManageSubscription(context, context.getPackageName()); in canManageSubscription()
353 public boolean canManageSubscription(Context context, String packageName) { in canManageSubscription() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java574 && !sub.canManageSubscription(mContext, callingPackage)) { in deleteSubscription()
656 && !sub.canManageSubscription(mContext, callingPackage)) { in switchToSubscription()
978 if (subInfo.isEmbedded() && subInfo.canManageSubscription(mContext, callingPackage)) { in canManageActiveSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java802 subscriptionInfo.canManageSubscription(mContext, callingPackage)) in getAccessibleSubscriptionInfoList()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2659 if (si.isEmbedded() && si.canManageSubscription(mContext, callingPackage)) { in enforceSubscriptionPlanAccess()