Home
last modified time | relevance | path

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

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