Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/people/
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()
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()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java78 @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()
DLauncherApps.java874 @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()
DShortcutManager.java519 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/
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
DPeopleSpaceTileView.java41 public PeopleSpaceTileView(Context context, ViewGroup view, String shortcutId, boolean isLast) { in PeopleSpaceTileView()
DPeopleProvider.java67 String shortcutId = extras.getString( in call() local
/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.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 …]
DConversationStore.java134 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/
DBubbleExtractor.java158 String shortcutId = metadata.getShortcutId(); in canPresentAsBubble() local
173 "couldn't find valid shortcut for bubble with shortcutId: " + shortcutId); in canPresentAsBubble() local
DShortcutHelper.java192 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/
DAppWidgetOptionsHelper.java47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle() local
DPeopleSpaceWidgetPinnedReceiver.java74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive() local
DPeopleTileKey.java39 public PeopleTileKey(String shortcutId, int userId, String packageName) { in PeopleTileKey()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleEntity.kt24 val shortcutId: String, constant in com.android.wm.shell.bubbles.storage.BubbleEntity
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java416 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/
DPeopleManagerTest.java102 private ConversationChannel getConversation(String shortcutId) { in getConversation()
/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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1600 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/
DLauncherAppsService.java152 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/
DBaseShortcutManagerTest.java1823 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/
DBubbleHelper.java121 String shortcutId = "BubbleChat"; in getNotificationBuilder() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java304 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble()
582 private BubbleMetadata makeShortcutBubbleMetadata(String shortcutId) { in makeShortcutBubbleMetadata()

12