/frameworks/base/core/java/android/content/pm/ |
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() 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()
|
D | ShortcutManager.java | 509 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() 511 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
|
D | LauncherApps.java | 1198 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()
|
D | IShortcutService.aidl | 59 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed()
|
D | ILauncherApps.aidl | 106 String getShortcutIconUri(String callingPackage, String packageName, String shortcutId, in getShortcutIconUri()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExperimentConfig.java | 148 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/ |
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()
|
D | DataManager.java | 192 @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()
|
D | ConversationStore.java | 131 synchronized ConversationInfo deleteConversation(@NonNull String shortcutId) { in deleteConversation() 167 synchronized ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
|
D | UsageStatsQueryHelper.java | 200 private void addEventByShortcutId(PackageData packageData, String shortcutId, Event event) { in addEventByShortcutId()
|
D | ConversationInfo.java | 434 Builder setShortcutId(@NonNull String shortcutId) { in setShortcutId()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 147 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local 162 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
|
D | ShortcutHelper.java | 183 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/ |
D | BubbleEntity.kt | 24 val shortcutId: String, constant in com.android.systemui.bubbles.storage.BubbleEntity
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
D | ShareTargetPredictorTest.java | 386 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/ |
D | ConversationStoreTest.java | 317 private static ConversationInfo buildConversationInfo(String shortcutId) { in buildConversationInfo() 322 String shortcutId, LocusId locusId, Uri contactUri, String phoneNumber, in buildConversationInfo()
|
D | UsageStatsQueryHelperTest.java | 333 ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1729 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/ |
D | ShortcutPackage.java | 458 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()
|
D | ShortcutService.java | 2456 @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()
|
D | ShortcutRequestPinProcessor.java | 455 final String shortcutId = original.getId(); in directPinShortcut() local
|
D | LauncherAppsService.java | 836 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/ |
D | ShareTargetPredictor.java | 152 String shortcutId = shortcutInfo.getId(); in getDirectShareTargets() local
|
/frameworks/base/services/core/java/android/app/usage/ |
D | UsageStatsManagerInternal.java | 106 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3638 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()
|