Home
last modified time | relevance | path

Searched defs:shortcutId (Results 1 – 25 of 115) sorted by relevance

12345

/aosp12/frameworks/base/core/java/android/app/people/
H A DIPeopleManager.aidl36 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 DPeopleManager.java99 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 DIPeopleManager.aidl36 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 DPeopleManager.java99 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 DShortcutServiceInternal.java78 @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 DSharedPreferencesHelper.java43 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 DPeopleSpaceTileView.java41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DSharedPreferencesHelper.java43 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 DPeopleSpaceTileView.java41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java63 @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 DNotificationKeyData.java39 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 DPackageData.java133 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 DDataManager.java219 @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 DConversationStore.java134 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 DPackageData.java133 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 DDataManager.java219 @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 DConversationStore.java134 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 DBubbleExtractor.java148 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local
163 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
H A DShortcutHelper.java192 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 DBubbleExtractor.java157 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local
172 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
H A DShortcutHelper.java192 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 DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/events/
H A DShortcutEventTracker.kt49 val shortcutId = UiDataModel.uiDataModel.getShortcutId(category, action) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DAppWidgetOptionsHelper.java47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DAppWidgetOptionsHelper.java47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local

12345