Searched defs:MESSAGE_ID_KEY (Results 1 - 2 of 2) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthMapper.java42 public static final String MESSAGE_ID_KEY = "m"; field in class:PushAuthMapper
60 if (!containsNonEmpty(values, MESSAGE_ID_KEY)) {
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DPushNotification.java47 private static final String MESSAGE_ID_KEY = "messageId"; field in class:PushNotification
75 data.put(MESSAGE_ID_KEY, messageId);
182 this.messageId = data.get(MESSAGE_ID_KEY);

Completed in 28 milliseconds