/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationKeyData.java | 39 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/ |
D | PopupDataProvider.java | 246 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()
|
D | PopupPopulator.java | 157 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
|
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
D | ShortcutEventTracker.kt | 49 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/ |
D | ShortcutKey.java | 51 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/ |
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.kt | 113 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/ |
D | SuggestionData.java | 191 public SuggestionData setShortcutId(String shortcutId) { in setShortcutId() argument 192 mShortcutId = shortcutId; in setShortcutId()
|
/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/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 555 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() argument 559 mSplitScreen.startShortcut(packageName, shortcutId, stage, position, options, in startShortcut()
|