/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutBitmapSaver.java | 86 public final ShortcutInfo shortcut; field in ShortcutBitmapSaver.PendingItem 94 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { in PendingItem() 137 public String getBitmapPathMayWaitLocked(ShortcutInfo shortcut) { in getBitmapPathMayWaitLocked() 146 public void removeIcon(ShortcutInfo shortcut) { in removeIcon() 157 public void saveBitmapLocked(ShortcutInfo shortcut, in saveBitmapLocked() 248 ShortcutInfo shortcut = null; in processPendingItems() local
|
D | ShortcutPackage.java | 221 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() 252 final ShortcutInfo shortcut = mShortcuts.remove(id); in forceDeleteShortcutInner() local 447 final ShortcutInfo shortcut = mShortcuts.get(shortcutId); in enableWithId() local 455 public void updateInvisibleShortcutForPinRequestWith(@NonNull ShortcutInfo shortcut) { in updateInvisibleShortcutForPinRequestWith() 1071 final ShortcutInfo shortcut = list.get(inner); in pushOutExcessShortcuts() local 1171 final ShortcutInfo shortcut = mShortcuts.valueAt(i); in enforceShortcutCountsBeforeOperation() local
|
D | ShortcutService.java | 1276 void removeIconLocked(ShortcutInfo shortcut) { in removeIconLocked() 1376 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite() 1401 void saveIconAndFixUpShortcutLocked(ShortcutInfo shortcut) { in saveIconAndFixUpShortcutLocked() 1453 void injectValidateIconResPackage(ShortcutInfo shortcut, Icon icon) { in injectValidateIconResPackage() 1668 private void fixUpIncomingShortcutInfo(@NonNull ShortcutInfo shortcut, boolean forUpdate, in fixUpIncomingShortcutInfo() 1701 private void fixUpIncomingShortcutInfo(@NonNull ShortcutInfo shortcut, boolean forUpdate) { in fixUpIncomingShortcutInfo() 1705 public void validateShortcutForPinRequest(@NonNull ShortcutInfo shortcut) { in validateShortcutForPinRequest() 1940 public boolean requestPinShortcut(String packageName, ShortcutInfo shortcut, in requestPinShortcut() 1948 public Intent createShortcutResultIntent(String packageName, ShortcutInfo shortcut, int userId) in createShortcutResultIntent() 1972 private boolean requestPinItem(String packageName, int userId, ShortcutInfo shortcut, in requestPinItem()
|
D | ShortcutLauncher.java | 177 public boolean hasPinned(ShortcutInfo shortcut) { in hasPinned()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 48 private ShortcutInfo shortcut(String id, ComponentName activity, int rank) { in shortcut() method in ShortcutManagerTest3 52 private ShortcutInfo shortcut(String id, ComponentName activity) { in shortcut() method in ShortcutManagerTest3 56 private ShortcutInfo shortcut(String id, Set<String> categories) { in shortcut() method in ShortcutManagerTest3
|
D | BaseShortcutManagerTest.java | 322 void injectValidateIconResPackage(ShortcutInfo shortcut, Icon icon) { in injectValidateIconResPackage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | LockscreenFragment.java | 88 Preference shortcut = findPreference(buttonSetting); in setupGroup() local 112 private void setSummary(Preference shortcut, String value) { in setSummary() 166 public StaticShortcut(Context context, Shortcut shortcut) { in StaticShortcut() 330 Shortcut shortcut = getShortcutInfo(mContext, buttonStr); in create() local 349 public ShortcutButton(Context context, Shortcut shortcut) { in ShortcutButton()
|
D | ShortcutPicker.java | 172 public ShortcutPreference(Context context, Shortcut shortcut, CharSequence appLabel) { in ShortcutPreference()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ShortcutManager.java | 81 ShortcutInfo shortcut = null; in getIntent() local 175 ShortcutInfo shortcut = new ShortcutInfo(title, intent); in loadShortcuts() local
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 502 public boolean requestPinShortcut(@NonNull ShortcutInfo shortcut, in requestPinShortcut() 529 public Intent createShortcutResultIntent(@NonNull ShortcutInfo shortcut) { in createShortcutResultIntent()
|
D | IShortcutService.aidl | 47 boolean requestPinShortcut(String packageName, in ShortcutInfo shortcut, in requestPinShortcut() 50 Intent createShortcutResultIntent(String packageName, in ShortcutInfo shortcut, int userId); in createShortcutResultIntent()
|
D | LauncherApps.java | 971 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) { in getShortcutIconResId() 993 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() 1034 public Drawable getShortcutIconDrawable(@NonNull ShortcutInfo shortcut, int density) { in getShortcutIconDrawable() 1109 public Drawable getShortcutBadgedIconDrawable(ShortcutInfo shortcut, int density) { in getShortcutBadgedIconDrawable() 1157 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut()
|
/frameworks/base/core/java/android/provider/ |
D | UserDictionary.java | 162 int frequency, String shortcut, Locale locale) { in addWord()
|
D | Settings.java | 15143 public static Intent getIntentForShortcut(ContentResolver cr, char shortcut) in getIntentForShortcut() 15189 char shortcut, in add()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 164 void setCaptionMode(boolean shortcut) { in setCaptionMode()
|
D | ActionMenu.java | 171 final char shortcut = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcut() local
|
D | IconMenuView.java | 647 private void setChildrenCaptionMode(boolean shortcut) { in setChildrenCaptionMode()
|
D | MenuItemImpl.java | 335 char shortcut = getShortcut(); in getShortcutLabel() local
|