Searched defs:notificationId (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java45 * The attribute notificationId is used for identifying the
51 * notificationId CDATA #REQUIRED
81 static final String NOTIFICATION_ID = "notificationId";
88 private String notificationId = "0"; field in class:PolicyNotification
121 return notificationId;
130 notificationId = nId;
208 .append(notificationId)
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DStorageSystem.java65 * @param notificationId The id of the notification to update.
68 boolean updateNotification(long notificationId, Notification notification); argument
84 * @param notificationId The id of the notification to delete.
86 boolean deleteNotification(long notificationId); argument
H A DIdentityDatabase.java189 public boolean updateNotification(long notificationId, Notification notification) { argument
197 String[] selectionArgs = { Long.toString(notificationId) };
212 public boolean deleteNotification(long notificationId) { argument
213 return database.delete(NOTIFICATION_TABLE_NAME, "rowId = " + notificationId, null) == 1;
H A DSharedPreferencesStorage.java226 public boolean updateNotification(long notificationId, Notification notification) { argument
243 public boolean deleteNotification(long notificationId) { argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java45 * The attribute notificationId is used for identifying the
51 * notificationId CDATA #REQUIRED
81 static final String NOTIFICATION_ID = "notificationId";
88 private String notificationId = "0"; field in class:PolicyNotification
121 return notificationId;
130 notificationId = nId;
208 .append(notificationId)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java96 private static String notificationId; field in class:IdUtils
190 if (notificationId == null) {
198 notificationId = serviceConfigManager.addListener(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java92 private static String notificationId; field in class:IdUtils
186 if (notificationId == null) {
194 notificationId = serviceConfigManager.addListener(
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 113 milliseconds