Searched refs:personKeys (Results 1 – 2 of 2) sorted by relevance
93 @NonNull private String[] personKeys = Utilities.EMPTY_STRING_ARRAY; field in WorkspaceItemInfo106 personKeys = info.personKeys.clone(); in WorkspaceItemInfo()177 personKeys = persons.length == 0 ? Utilities.EMPTY_STRING_ARRAY in updateFromDeepShortcutInfo()189 return personKeys; in getPersonKeys()
250 String[] personKeys = ShortcutUtil.getPersonKeysIfPinnedShortcut(info); in getNotificationsForItem() local256 return Arrays.equals(notification.personKeysFromNotification, personKeys); in getNotificationsForItem()