Searched refs:notificationTime (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java81 private long notificationTime; field in class:SessionNotification
100 notificationTime = time;
201 notificationTime = time;
210 return notificationTime;
229 xml.append("<Time>").append(Long.toString(notificationTime)).append(
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java81 private long notificationTime; field in class:SessionNotification
100 notificationTime = time;
201 notificationTime = time;
210 return notificationTime;
229 xml.append("<Time>").append(Long.toString(notificationTime)).append(
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotificationLayout.java136 DateTime notificationTime = new DateTime(calendar.getTimeInMillis());
140 if (notificationTime.isAfter(midnight)) {
141 return timeFormat.format(notificationTime.getMillis());
143 else if (notificationTime.isAfter(midnight.minusDays(1))) {
145 } else if (notificationTime.isAfter(midnight.minusDays(7))) {
146 switch (notificationTime.getDayOfWeek()) {
156 return dateFormat.format(notificationTime.getMillis());

Completed in 28 milliseconds