Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/utils/
DTs43Constants.java120 public static final int NOTIFICATION_ACTION_ENABLE_FCM = 2; field in Ts43Constants
136 NOTIFICATION_ACTION_ENABLE_FCM,
152 case NOTIFICATION_ACTION_ENABLE_FCM: in isValidNotificationAction()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlementRequest.java138 .setNotificationAction(Ts43Constants.NOTIFICATION_ACTION_ENABLE_FCM) in builder()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/odsa/
DCheckEligibilityOperation.java135 .setNotificationAction(Ts43Constants.NOTIFICATION_ACTION_ENABLE_FCM); in builder()
DAcquireConfigurationOperation.java141 .setNotificationAction(Ts43Constants.NOTIFICATION_ACTION_ENABLE_FCM); in builder()
DManageSubscriptionOperation.java260 .setNotificationAction(Ts43Constants.NOTIFICATION_ACTION_ENABLE_FCM) in builder()