/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() 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()
|
D | LauncherApps.java | 874 @NonNull final String shortcutId, @Nullable final Bundle opts, in getShortcutIntent() 1316 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId() 1340 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd() 1345 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd() 1363 @NonNull String shortcutId, int userId) { in getUriShortcutIconFd() 1377 @NonNull String shortcutId, int userId) { in getShortcutIconUri() 1554 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() 1586 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
|
D | ShortcutManager.java | 519 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() 521 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 | PeopleSpaceTileView.java | 41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
|
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 | 158 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local 173 "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/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/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/core/tests/coretests/src/android/app/people/ |
D | PeopleManagerTest.java | 102 private ConversationChannel getConversation(String shortcutId) { in getConversation()
|
/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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 1600 private Notification createMessagingStyleNotification(String shortcutId, in createMessagingStyleNotification() 1624 private Notification.Builder createMessagingStyleNotificationWithoutExtras(String shortcutId, in createMessagingStyleNotificationWithoutExtras() 1644 private StatusBarNotification createNotification(String shortcutId, in createNotification() 1684 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile() 1711 private ConversationChannelWrapper getConversationChannelWrapper(String shortcutId, in getConversationChannelWrapper() 1726 private ConversationChannel getConversationChannel(String shortcutId, in getConversationChannel()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 152 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut() 726 @NonNull final String packageName, @NonNull final String shortcutId, in getShortcutIntent() 742 callingPackage, packageName, shortcutId, user.getIdentifier(), in getShortcutIntent() local 1055 String shortcutId, int userId) { in getShortcutIconUri() 1063 packageName, shortcutId, userId, ret); in getShortcutIconUri() local 1080 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut() 1088 String callingPackage, String packageName, String featureId, String shortcutId, in startShortcutInner() 1104 packageName, shortcutId, targetUserId, in startShortcutInner() local 1925 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1823 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()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
D | BubbleHelper.java | 121 String shortcutId = "BubbleChat"; in getNotificationBuilder() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 304 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble() 582 private BubbleMetadata makeShortcutBubbleMetadata(String shortcutId) { in makeShortcutBubbleMetadata()
|