Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/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()
98 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId()
104 @NonNull String callingPackage, @NonNull String packageName, @NonNull String shortcutId, in getShortcutStartingThemeResName()
109 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd()
115 @NonNull String packageName, @NonNull String shortcutId, int userId, in getShortcutIconFdAsync()
156 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconUri()
164 @NonNull String shortcutId, int userId, @NonNull AndroidFuture<String> cb); in getShortcutIconUriAsync()
167 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
H A DLauncherApps.java1131 @NonNull final String shortcutId, @Nullable final Bundle opts, in getShortcutIntent()
1662 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
1686 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
1691 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
1709 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd()
1723 @NonNull String shortcutId, int userId) { in getShortcutIconUri()
1900 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
1932 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
/aosp_15_r20/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java219 @NonNull String shortcutId) { in getShortcut()
244 public ConversationChannel getConversation(String packageName, int userId, String shortcutId) { in getConversation()
257 ConversationInfo getConversationInfo(String packageName, int userId, String shortcutId) { in getConversationInfo()
271 String shortcutId, ConversationInfo conversationInfo) { in getConversationChannel()
279 ConversationInfo conversationInfo, String packageName, int userId, String shortcutId) { 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
[all …]
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()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/storage/
DBubbleEntity.java12 private final java.lang.String shortcutId = null; field in BubbleEntity
26 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in BubbleEntity()
128 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java140 ShortcutInfo getValidShortcutInfo(String shortcutId, String packageName, UserHandle user) { in getValidShortcutInfo()
187 final String shortcutId = r.getNotification().getBubbleMetadata() != null in maybeListenForShortcutChangesForBubbles() local
236 private void onShortcutRemoved(String packageUserKey, String shortcutId) { in onShortcutRemoved()
H A DBubbleExtractor.java168 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local
183 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java584 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in deleteDynamicWithId()
598 private ShortcutInfo disableDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in disableDynamicWithId()
610 public ShortcutInfo deleteLongLivedWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteLongLivedWithId()
627 public ShortcutInfo disableWithId(@NonNull String shortcutId, String disabledMessage, in disableWithId()
650 private ShortcutInfo deleteOrDisableWithId(@NonNull String shortcutId, boolean disable, in deleteOrDisableWithId()
693 public void enableWithId(@NonNull String shortcutId) { in enableWithId()
1687 @NonNull final String shortcutId) { in reportShortcutUsed()
1698 usageStatsManagerInternal.reportShortcutUsage(getPackageName(), shortcutId, in reportShortcutUsed() local
H A DLauncherAppsService.java212 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
1077 @NonNull final String packageName, @NonNull final String shortcutId, in getShortcutIntent()
1093 callingPackage, packageName, shortcutId, user.getIdentifier(), in getShortcutIntent() local
1422 String shortcutId, int userId) { in getShortcutIconUri()
1430 packageName, shortcutId, userId, ret); in getShortcutIconUri() local
1497 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut()
1505 String callingPackage, String packageName, String featureId, String shortcutId, in startShortcutInner()
1521 packageName, shortcutId, targetUserId, in startShortcutInner() local
2844 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1857 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1861 protected void updatePackageShortcut(String packageName, String shortcutId, int userId, in updatePackageShortcut()
1866 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1870 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1875 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1890 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1895 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1900 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1907 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/people/services.people/android_common/javac/
Dservices.people.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/people/services.people/android_common/repackaged-jarjar/javac/
Dservices.people.jarcom/android/server/people/prediction/SharesheetModelScorer.class SharesheetModelScorer.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/util/
DLauncherLayoutBuilder.java69 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in addShortcut()
120 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in putShortcut()
173 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in putShortcut()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1675 private Notification createMessagingStyleNotification(String shortcutId, in createMessagingStyleNotification()
1699 private Notification.Builder createMessagingStyleNotificationWithoutExtras(String shortcutId, in createMessagingStyleNotificationWithoutExtras()
1719 private StatusBarNotification createNotification(String shortcutId, in createNotification()
1759 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile()
1786 private ConversationChannelWrapper getConversationChannelWrapper(String shortcutId, in getConversationChannelWrapper()
1801 private ConversationChannel getConversationChannel(String shortcutId, in getConversationChannel()
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationKeyData.java37 public final String shortcutId; field in NotificationKeyData
47 private NotificationKeyData(String notificationKey, String shortcutId, int count, in NotificationKeyData()
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.kt49 val shortcutId = UiDataModel.uiDataModel.getShortcutId(category, action) in sendEvent() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutKey.java51 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent() local
66 public static Intent makeIntent(String shortcutId, String packageName) { in makeIntent()
/aosp_15_r20/cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
H A DShortcutManagerDeviceTestBase.java94 protected Drawable getIconAsLauncher(String packageName, String shortcutId) { in getIconAsLauncher()
110 String shortcutId, Icon expectedIcon) { in assertIconDimensions()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/common/
DMultiInstanceHelper.java61 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in getShortcutComponent()
98 java.lang.String packageName, @org.jetbrains.annotations.NotNull() in getShortcutComponent()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java505 String shortcutId = TEST_SHORTCUT_ID + i; in testUncacheShortcutsWhenNotificationsDismissed() local
1180 String shortcutId = TEST_SHORTCUT_ID + i; in testDoNotUncacheShortcutWithActiveNotifications() local
1202 String shortcutId = TEST_SHORTCUT_ID + i; in testUncacheOldestCachedShortcut() local
1232 String shortcutId = TEST_SHORTCUT_ID + i; in testUncacheOldestCachedShortcut_missingNotificationEvents() local
1273 String shortcutId = TEST_SHORTCUT_ID + i; in testUncacheOldestCachedShortcut_legacyConversation() local
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.kt78 val shortcutId = getQuery(uri) in query() constant
/aosp_15_r20/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
H A DShortcutManagerCtsTestsBase.java553 String shortcutId) { in getIconAsLauncher()
558 String shortcutId, boolean withBadge) { in getIconAsLauncher()
585 String shortcutId, Icon expectedIcon) { in assertIconDimensions()

12345678910>>...23