Searched refs:getActiveSubInfoCount (Results 1 – 3 of 3) sorted by relevance
100 int getActiveSubInfoCount(String callingPackage, String callingFeatureId); in getActiveSubInfoCount() method
971 public int getActiveSubInfoCount(String callingPackage) { in getActiveSubInfoCount() method in SubscriptionController972 return getActiveSubInfoCount(callingPackage, null); in getActiveSubInfoCount()982 public int getActiveSubInfoCount(String callingPackage, String callingFeatureId) { in getActiveSubInfoCount() method in SubscriptionController
1665 result = iSub.getActiveSubInfoCount(mContext.getOpPackageName(), in getActiveSubscriptionInfoCount()