Home
last modified time | relevance | path

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

12

/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()
H A DLauncherApps.java905 @NonNull final String shortcutId, @Nullable final Bundle opts, in getShortcutIntent()
1373 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
1397 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
1402 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
1420 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd()
1434 @NonNull String shortcutId, int userId) { in getShortcutIconUri()
1611 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
1643 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
H A DShortcutManager.java521 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed()
523 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, injectMyUserId()); in reportShortcutUsed() local
/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()
H A DPeopleProvider.java67 String shortcutId = extras.getString( in call() local
/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()
/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
/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
H A DPeopleSpaceWidgetPinnedReceiver.java74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive() local
H A DPeopleTileKey.java39 public PeopleTileKey(String shortcutId, int userId, String packageName) { in PeopleTileKey()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java416 String packageName, String className, String shortcutId, int rank) { in buildShareShortcut()
422 private static ShortcutInfo buildShortcut(String packageName, String shortcutId, int rank) { in buildShortcut()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleManagerTest.java102 private ConversationChannel getConversation(String shortcutId) { in getConversation()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java317 private static ConversationInfo buildConversationInfo(String shortcutId) { in buildConversationInfo()
322 String shortcutId, LocusId locusId, Uri contactUri, String phoneNumber, in buildConversationInfo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1823 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1827 protected void updatePackageShortcut(String packageName, String shortcutId, int userId, in updatePackageShortcut()
1832 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1836 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1841 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1856 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1861 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1866 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1873 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1619 private Notification createMessagingStyleNotification(String shortcutId, in createMessagingStyleNotification()
1643 private Notification.Builder createMessagingStyleNotificationWithoutExtras(String shortcutId, in createMessagingStyleNotificationWithoutExtras()
1663 private StatusBarNotification createNotification(String shortcutId, in createNotification()
1703 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile()
1730 private ConversationChannelWrapper getConversationChannelWrapper(String shortcutId, in getConversationChannelWrapper()
1745 private ConversationChannel getConversationChannel(String shortcutId, in getConversationChannel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleInfo.java50 public BubbleInfo(String key, int flags, @Nullable String shortcutId, @Nullable Icon icon, in BubbleInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java187 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
764 @NonNull final String packageName, @NonNull final String shortcutId, in getShortcutIntent()
780 callingPackage, packageName, shortcutId, user.getIdentifier(), in getShortcutIntent() local
1093 String shortcutId, int userId) { in getShortcutIconUri()
1101 packageName, shortcutId, userId, ret); in getShortcutIconUri() local
1168 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut()
1176 String callingPackage, String packageName, String featureId, String shortcutId, in startShortcutInner()
1192 packageName, shortcutId, targetUserId, in startShortcutInner() local
2188 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java275 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut()
309 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleHelper.java121 String shortcutId = "BubbleChat"; in getNotificationBuilder() local

12