/frameworks/base/core/java/android/app/people/ |
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()
|
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()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 78 @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() 153 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconUri() 161 @NonNull String shortcutId, int userId, @NonNull AndroidFuture<String> cb); in getShortcutIconUriAsync() 164 @NonNull String packageName, @NonNull String shortcutId, int userId, in isSharingShortcut()
|
D | LauncherApps.java | 1107 @NonNull final String shortcutId, @Nullable final Bundle opts, in getShortcutIntent() 1638 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId() 1662 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd() 1667 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd() 1685 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd() 1699 @NonNull String shortcutId, int userId) { in getShortcutIconUri() 1876 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() 1908 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
|
D | ShortcutManager.java | 521 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() 523 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, injectMyUserId()); in reportShortcutUsed() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
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
|
D | PeopleProvider.java | 67 String shortcutId = extras.getString( in call() local
|
/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 | 219 @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 …]
|
D | ConversationStore.java | 134 ConversationInfo deleteConversation(@NonNull String shortcutId) { in deleteConversation() 177 synchronized ConversationInfo getConversation(@Nullable String shortcutId) { in getConversation()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 157 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local 172 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
|
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | AppWidgetOptionsHelper.java | 47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local
|
D | PeopleSpaceWidgetPinnedReceiver.java | 74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive() local
|
D | PeopleTileKey.java | 39 public PeopleTileKey(String shortcutId, int userId, String packageName) { in PeopleTileKey()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
D | BubbleEntity.kt | 24 val shortcutId: String, constant in com.android.wm.shell.bubbles.storage.BubbleEntity
|
/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 | DataManagerTest.java | 505 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
|
/frameworks/base/core/tests/coretests/src/android/app/people/ |
D | PeopleManagerTest.java | 102 private ConversationChannel getConversation(String shortcutId) { in getConversation()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackage.java | 584 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() 1686 @NonNull final String shortcutId) { in reportShortcutUsed() 1697 usageStatsManagerInternal.reportShortcutUsage(getPackageName(), shortcutId, in reportShortcutUsed() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 1675 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()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1847 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut() 1851 protected void updatePackageShortcut(String packageName, String shortcutId, int userId, in updatePackageShortcut() 1856 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() 1860 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists() 1865 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner() 1880 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents() 1885 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest 1890 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent() 1897 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | BubbleInfo.java | 52 public BubbleInfo(String key, int flags, @Nullable String shortcutId, @Nullable Icon icon, in BubbleInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicy.java | 322 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() 356 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut()
|