/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationKeyData.java | 35 public final String shortcutId; field in NotificationKeyData 38 private NotificationKeyData(String notificationKey, String shortcutId, int count) { in NotificationKeyData() argument 40 this.shortcutId = shortcutId; in NotificationKeyData()
|
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
D | ShortcutEventTracker.java | 49 final String shortcutId = UiDataModel.getUiDataModel().getShortcutId(category, action); in sendEvent() local 50 if (shortcuts.contains(shortcutId)) { in sendEvent() 51 mShortcutManager.reportShortcutUsed(shortcutId); in sendEvent()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | PredictionAppTracker.java | 170 public void onStartShortcut(String packageName, String shortcutId, UserHandle user, in onStartShortcut() argument 174 .Builder(new AppTargetId("shortcut:" + shortcutId), packageName, user) in onStartShortcut() 175 .setClassName(shortcutId) in onStartShortcut()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | ShortcutKey.java | 38 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent() local 39 return new ShortcutKey(intent.getPackage(), user, shortcutId); in fromIntent()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSuggestionProvider.java | 82 String shortcutId = getQuery(uri); in query() local 85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData)); in query()
|
D | GoogleSource.java | 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() argument
|
D | AbstractGoogleSource.java | 52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() argument
|
D | GoogleSuggestClient.java | 143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() argument
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | DynamicShortcuts.java | 230 @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/ |
D | ShortcutController.java | 120 final String shortcutId = UiDataModel.getUiDataModel() in createStopwatchShortcut() local 122 final ShortcutInfo.Builder shortcut = new ShortcutInfo.Builder(mContext, shortcutId) in createStopwatchShortcut()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.java | 191 public SuggestionData setShortcutId(String shortcutId) { in setShortcutId() argument 192 mShortcutId = shortcutId; in setShortcutId()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/ |
D | CreateShortcutPreferenceController.java | 157 final String shortcutId = SHORTCUT_ID_PREFIX + in createResultIntent() local 159 ShortcutInfo info = new ShortcutInfo.Builder(mContext, shortcutId) in createResultIntent()
|
/packages/apps/Settings/src/com/android/settings/shortcut/ |
D | CreateShortcutPreferenceController.java | 225 final String shortcutId = SHORTCUT_ID_PREFIX + in createShortcutInfo() local 227 return new ShortcutInfo.Builder(context, shortcutId) in createShortcutInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | AppLaunchTracker.java | 49 public void onStartShortcut(String packageName, String shortcutId, UserHandle user, in onStartShortcut() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupPopulator.java | 146 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
|