/aosp12/frameworks/base/core/java/android/app/people/ |
H A D | IPeopleManager.aidl | 36 ConversationChannel getConversation(in String packageName, int userId, in String shortcutId); in getConversation() 48 void removeRecentConversation(in String packageName, int userId, in String shortcutId); in removeRecentConversation() 54 boolean isConversation(in String packageName, int userId, in String shortcutId); in isConversation() 60 long getLastInteraction(in String packageName, int userId, in String shortcutId); in getLastInteraction() 66 …void registerConversationListener(in String packageName, int userId, in String shortcutId, in ICon… in registerConversationListener()
|
H A D | PeopleManager.java | 99 public boolean isConversation(@NonNull String packageName, @NonNull String shortcutId) { in isConversation() 222 public void registerConversationListener(String packageName, int userId, String shortcutId, in registerConversationListener()
|
/aosp14/frameworks/base/core/java/android/app/people/ |
H A D | IPeopleManager.aidl | 36 ConversationChannel getConversation(in String packageName, int userId, in String shortcutId); in getConversation() 48 void removeRecentConversation(in String packageName, int userId, in String shortcutId); in removeRecentConversation() 54 boolean isConversation(in String packageName, int userId, in String shortcutId); in isConversation() 60 long getLastInteraction(in String packageName, int userId, in String shortcutId); in getLastInteraction() 66 …void registerConversationListener(in String packageName, int userId, in String shortcutId, in ICon… in registerConversationListener()
|
H A D | PeopleManager.java | 99 public boolean isConversation(@NonNull String packageName, @NonNull String shortcutId) { in isConversation() 222 public void registerConversationListener(String packageName, int userId, String shortcutId, in registerConversationListener()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutServiceInternal.java | 78 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents() 86 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntentsAsync() 95 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId() 101 @NonNull String callingPackage, @NonNull String packageName, @NonNull String shortcutId, in getShortcutStartingThemeResName() 106 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd() 112 @NonNull String packageName, @NonNull String shortcutId, int userId, in getShortcutIconFdAsync() 148 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconUri() 156 @NonNull String shortcutId, int userId, @NonNull AndroidFuture<String> cb); in getShortcutIconUriAsync() 159 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelper.java | 43 public static void setPeopleTileKey(SharedPreferences sp, String shortcutId, int userId, in setPeopleTileKey() 54 String shortcutId = sp.getString(SHORTCUT_ID, null); in getPeopleTileKey() local
|
H A D | PeopleSpaceTileView.java | 41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelper.java | 43 public static void setPeopleTileKey(SharedPreferences sp, String shortcutId, int userId, in setPeopleTileKey() 54 String shortcutId = sp.getString(SHORTCUT_ID, null); in getPeopleTileKey() local
|
H A D | PeopleSpaceTileView.java | 41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutServiceInternal.java | 63 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents() 72 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId() 78 @NonNull String callingPackage, @NonNull String packageName, @NonNull String shortcutId, in getShortcutStartingThemeResName() 83 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd() 118 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconUri() 121 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationKeyData.java | 39 public final String shortcutId; field in NotificationKeyData 44 private NotificationKeyData(String notificationKey, String shortcutId, int count, in NotificationKeyData()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | PackageData.java | 133 public ConversationInfo getConversationInfo(@NonNull String shortcutId) { in getConversationInfo() 143 public EventHistory getEventHistory(@NonNull String shortcutId) { in getEventHistory() 217 void deleteDataForConversation(String shortcutId) { in deleteDataForConversation()
|
H A D | DataManager.java | 219 @NonNull String shortcutId) { in getShortcut() 271 String shortcutId, ConversationInfo conversationInfo) { in getConversationChannel() 287 String shortcutId = shortcutInfo.getId(); in getConversationChannel() local 396 public boolean isConversation(String packageName, int userId, String shortcutId) { in isConversation() 407 public long getLastInteraction(String packageName, int userId, String shortcutId) { in getLastInteraction() 514 String shortcutId = appTarget.getShortcutInfo().getId(); in reportShareTargetEvent() local 786 String shortcutId = notification.getShortcutId(); in getPackageIfConversationExists() local 812 String shortcutId) { in hasActiveNotifications() 1151 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationPosted() local 1189 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationRemoved() local [all …]
|
H A D | ConversationStore.java | 134 ConversationInfo deleteConversation(@NonNull String shortcutId) { in deleteConversation() 177 synchronized ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | PackageData.java | 133 public ConversationInfo getConversationInfo(@NonNull String shortcutId) { in getConversationInfo() 143 public EventHistory getEventHistory(@NonNull String shortcutId) { in getEventHistory() 217 void deleteDataForConversation(String shortcutId) { in deleteDataForConversation()
|
H A D | DataManager.java | 219 @NonNull String shortcutId) { in getShortcut() 271 String shortcutId, ConversationInfo conversationInfo) { in getConversationChannel() 330 public void removeRecentConversation(String packageName, int userId, String shortcutId, in removeRecentConversation() 396 public boolean isConversation(String packageName, int userId, String shortcutId) { in isConversation() 407 public long getLastInteraction(String packageName, int userId, String shortcutId) { in getLastInteraction() 514 String shortcutId = appTarget.getShortcutInfo().getId(); in reportShareTargetEvent() local 799 String shortcutId = notification.getShortcutId(); in getPackageIfConversationExists() local 833 String shortcutId) { in hasActiveNotifications() 1181 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationPosted() local 1221 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationRemoved() local [all …]
|
H A D | ConversationStore.java | 134 ConversationInfo deleteConversation(@NonNull String shortcutId) { in deleteConversation() 177 synchronized ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BubbleExtractor.java | 148 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local 163 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
|
H A D | ShortcutHelper.java | 192 ShortcutInfo getValidShortcutInfo(String shortcutId, String packageName, UserHandle user) { in getValidShortcutInfo() 241 final String shortcutId = r.getNotification().getBubbleMetadata() != null in maybeListenForShortcutChangesForBubbles() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BubbleExtractor.java | 157 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local 172 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
|
H A D | ShortcutHelper.java | 192 ShortcutInfo getValidShortcutInfo(String shortcutId, String packageName, UserHandle user) { in getValidShortcutInfo() 241 final String shortcutId = r.getNotification().getBubbleMetadata() != null in maybeListenForShortcutChangesForBubbles() local
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
H A D | GoogleSource.java | 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/events/ |
H A D | ShortcutEventTracker.kt | 49 val shortcutId = UiDataModel.uiDataModel.getShortcutId(category, action) regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | AppWidgetOptionsHelper.java | 47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | AppWidgetOptionsHelper.java | 47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local
|