Home
last modified time | relevance | path

Searched refs:shortcutId (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationKeyData.java39 public final String shortcutId; field in NotificationKeyData
44 private NotificationKeyData(String notificationKey, String shortcutId, int count, in NotificationKeyData() argument
47 this.shortcutId = shortcutId; in NotificationKeyData()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java246 String shortcutId = ShortcutUtil.getShortcutIdIfPinnedShortcut(info); in getNotificationsForItem() local
247 if (shortcutId == null) { in getNotificationsForItem()
252 if (notification.shortcutId != null) { in getNotificationsForItem()
253 return notification.shortcutId.equals(shortcutId); in getNotificationsForItem()
DPopupPopulator.java157 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
/packages/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.kt49 val shortcutId = UiDataModel.uiDataModel.getShortcutId(category, action) in sendEvent() constant
50 if (shortcuts.contains(shortcutId)) { in sendEvent()
51 mShortcutManager.reportShortcutUsed(shortcutId) in sendEvent()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutKey.java51 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent() local
52 return new ShortcutKey(intent.getPackage(), user, shortcutId); in fromIntent()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.java82 String shortcutId = getQuery(uri); in query() local
85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData)); in query()
DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() argument
DAbstractGoogleSource.java52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() argument
DGoogleSuggestClient.java143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() argument
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java230 @NonNull List<ShortcutInfo> shortcutInfos, @NonNull String shortcutId) { in containsShortcut() argument
232 if (oldInfo.getId().equals(shortcutId)) { in containsShortcut()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.kt113 val shortcutId = UiDataModel.uiDataModel in createStopwatchShortcut() constant
115 val shortcut: ShortcutInfo.Builder = ShortcutInfo.Builder(context, shortcutId) in createStopwatchShortcut()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java191 public SuggestionData setShortcutId(String shortcutId) { in setShortcutId() argument
192 mShortcutId = shortcutId; in setShortcutId()
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java225 final String shortcutId = SHORTCUT_ID_PREFIX + in createShortcutInfo() local
227 return new ShortcutInfo.Builder(context, shortcutId) in createShortcutInfo()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java555 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() argument
559 mSplitScreen.startShortcut(packageName, shortcutId, stage, position, options, in startShortcut()