/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()
|
/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()
|
/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()
|
H A D | LauncherApps.java | 855 @NonNull final String shortcutId, @Nullable final Bundle opts, in getShortcutIntent() 1278 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId() 1302 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd() 1307 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd() 1325 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd() 1339 @NonNull String shortcutId, int userId) { in getShortcutIconUri() 1516 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() 1548 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
|
H A D | ShortcutManager.java | 523 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() 525 getFutureOrThrow(mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
|
/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()
|
/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
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
H A D | GoogleSource.java | 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
|
H A D | AbstractGoogleSource.java | 52 public abstract 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
|
H A D | PeopleSpaceWidgetPinnedReceiver.java | 74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive() local
|
H A D | PeopleTileKey.java | 39 public PeopleTileKey(String shortcutId, int userId, String packageName) { in PeopleTileKey()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
H A D | ShortcutKey.java | 51 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
H A D | ShareTargetPredictorTest.java | 416 String packageName, String className, String shortcutId, int rank) { in buildShareShortcut() 422 private static ShortcutInfo buildShortcut(String packageName, String shortcutId, int rank) { in buildShortcut()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleManagerTest.java | 102 private ConversationChannel getConversation(String shortcutId) { in getConversation()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | ConversationStoreTest.java | 317 private static ConversationInfo buildConversationInfo(String shortcutId) { in buildConversationInfo() 322 String shortcutId, LocusId locusId, Uri contactUri, String phoneNumber, in buildConversationInfo()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 1605 private Notification createMessagingStyleNotification(String shortcutId, in createMessagingStyleNotification() 1629 private Notification.Builder createMessagingStyleNotificationWithoutExtras(String shortcutId, in createMessagingStyleNotificationWithoutExtras() 1649 private StatusBarNotification createNotification(String shortcutId, in createNotification() 1689 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile() 1716 private ConversationChannelWrapper getConversationChannelWrapper(String shortcutId, in getConversationChannelWrapper() 1731 private ConversationChannel getConversationChannel(String shortcutId, in getConversationChannel()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 260 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble() 525 private BubbleMetadata makeShortcutBubbleMetadata(String shortcutId) { in makeShortcutBubbleMetadata()
|