Searched refs:getSubIdsWithFcmSupported (Results 1 – 3 of 3) sorted by relevance
127 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in scheduleEntitlementStatusCheckForSubIdAssociatedWithSenderId()
114 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in onHandleWork()
187 public static ImmutableSet<Integer> getSubIdsWithFcmSupported(Context context) { in getSubIdsWithFcmSupported() method in TelephonyUtils