Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java63 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents()
72 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId()
76 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd()
111 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconUri()
114 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
DShortcutManager.java509 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed()
511 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
DLauncherApps.java1198 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
1222 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
1227 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
1245 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd()
1259 @NonNull String shortcutId, int userId) { in getShortcutIconUri()
1436 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
1468 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
DIShortcutService.aidl59 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed()
DILauncherApps.aidl106 String getShortcutIconUri(String callingPackage, String packageName, String shortcutId, in getShortcutIconUri()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExperimentConfig.java148 String shortcutId = entry.getSbn().getNotification().getShortcutId(); in adjustForExperiments() local
251 static Notification.BubbleMetadata createForShortcut(String shortcutId) { in createForShortcut()
258 String shortcutId) { in getShortcutInfo()
/frameworks/base/services/people/java/com/android/server/people/data/
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()
DDataManager.java192 @NonNull String shortcutId) { in getShortcut()
230 String shortcutId = appTarget.getShortcutInfo().getId(); in reportShareTargetEvent() local
511 String shortcutId = notification.getShortcutId(); in getPackageIfConversationExists() local
791 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationPosted() local
812 String shortcutId = sbn.getNotification().getShortcutId(); in onNotificationRemoved() local
852 String shortcutId = channel.getConversationId(); in onNotificationChannelModified() local
888 String shortcutId = conversationKey.second; in cleanupCachedShortcuts() local
903 synchronized boolean hasActiveNotifications(String packageName, String shortcutId) { in hasActiveNotifications()
DConversationStore.java131 synchronized ConversationInfo deleteConversation(@NonNull String shortcutId) { in deleteConversation()
167 synchronized ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
DUsageStatsQueryHelper.java200 private void addEventByShortcutId(PackageData packageData, String shortcutId, Event event) { in addEventByShortcutId()
DConversationInfo.java434 Builder setShortcutId(@NonNull String shortcutId) { in setShortcutId()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java147 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local
162 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
DShortcutHelper.java183 ShortcutInfo getValidShortcutInfo(String shortcutId, String packageName, UserHandle user) { in getValidShortcutInfo()
231 final String shortcutId = r.getNotification().getBubbleMetadata() != null in maybeListenForShortcutChangesForBubbles() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleEntity.kt24 val shortcutId: String, constant in com.android.systemui.bubbles.storage.BubbleEntity
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java386 String packageName, String className, String shortcutId, int rank) { in buildShareShortcut()
392 private static ShortcutInfo buildShortcut(String packageName, String shortcutId, int rank) { in buildShortcut()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java317 private static ConversationInfo buildConversationInfo(String shortcutId) { in buildConversationInfo()
322 String shortcutId, LocusId locusId, Uri contactUri, String phoneNumber, in buildConversationInfo()
DUsageStatsQueryHelperTest.java333 ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1729 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1733 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1737 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1742 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1757 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1762 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1767 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1774 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java458 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId()
471 private ShortcutInfo disableDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in disableDynamicWithId()
483 public ShortcutInfo deleteLongLivedWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteLongLivedWithId()
500 public ShortcutInfo disableWithId(@NonNull String shortcutId, String disabledMessage, in disableWithId()
521 private ShortcutInfo deleteOrDisableWithId(@NonNull String shortcutId, boolean disable, in deleteOrDisableWithId()
560 public void enableWithId(@NonNull String shortcutId) { in enableWithId()
DShortcutService.java2456 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
2535 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed()
2958 @NonNull String packageName, @NonNull String shortcutId, int userId) { in isPinnedByCaller()
2979 @NonNull String packageName, @NonNull String shortcutId, int userId, in getShortcutInfoLocked()
3073 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
3152 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents()
3199 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconResId()
3226 @NonNull String shortcutId, int userId) { in getShortcutIconFd()
3266 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconUri()
4890 ShortcutInfo getPackageShortcutForTest(String packageName, String shortcutId, int userId) { in getPackageShortcutForTest()
DShortcutRequestPinProcessor.java455 final String shortcutId = original.getId(); in directPinShortcut() local
DLauncherAppsService.java836 String shortcutId, int userId) { in getShortcutIconUri()
855 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DShareTargetPredictor.java152 String shortcutId = shortcutInfo.getId(); in getDirectShareTargets() local
/frameworks/base/services/core/java/android/app/usage/
DUsageStatsManagerInternal.java106 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage()
/frameworks/base/core/java/android/app/
DNotification.java3638 public Builder setShortcutId(String shortcutId) { in setShortcutId()
8857 Icon icon, int height, @DimenRes int heightResId, String shortcutId) { in BubbleMetadata()
9098 public Builder(@NonNull String shortcutId) { in Builder()
9142 public BubbleMetadata.Builder createShortcutBubble(@NonNull String shortcutId) { in createShortcutBubble()

12