Home
last modified time | relevance | path

Searched refs:personKeys (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DWorkspaceItemInfo.java93 @NonNull private String[] personKeys = Utilities.EMPTY_STRING_ARRAY; field in WorkspaceItemInfo
106 personKeys = info.personKeys.clone(); in WorkspaceItemInfo()
177 personKeys = persons.length == 0 ? Utilities.EMPTY_STRING_ARRAY in updateFromDeepShortcutInfo()
189 return personKeys; in getPersonKeys()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java250 String[] personKeys = ShortcutUtil.getPersonKeysIfPinnedShortcut(info); in getNotificationsForItem() local
256 return Arrays.equals(notification.personKeysFromNotification, personKeys); in getNotificationsForItem()