Home
last modified time | relevance | path

Searched refs:getSubIdsWithFcmSupported (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/
DFcmService.java127 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in scheduleEntitlementStatusCheckForSubIdAssociatedWithSenderId()
DFcmRegistrationService.java114 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in onHandleWork()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DTelephonyUtils.java187 public static ImmutableSet<Integer> getSubIdsWithFcmSupported(Context context) { in getSubIdsWithFcmSupported() method in TelephonyUtils