Searched refs:personKeysFromNotification (Results 1 – 2 of 2) sorted by relevance
41 public final String[] personKeysFromNotification; field in NotificationKeyData45 String[] personKeysFromNotification) { in NotificationKeyData() argument49 this.personKeysFromNotification = personKeysFromNotification; in NotificationKeyData()
258 if (notification.personKeysFromNotification.length != 0) { in getNotificationsForItem()259 return Arrays.equals(notification.personKeysFromNotification, personKeys); in getNotificationsForItem()