Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
H A DTelephonyUtils.java190 if (isFcmPushNotificationSupported(context, subId)) { in getSubIdsWithFcmSupported()
197 private static boolean isFcmPushNotificationSupported(Context context, int subId) { in isFcmPushNotificationSupported() method in TelephonyUtils