Home
last modified time | relevance | path

Searched refs:mShortcutIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutQueryWrapper.java42 mShortcutIds = query.mShortcutIds; in ShortcutQueryWrapper()
63 return mShortcutIds; in getShortcutIds()
112 if (mShortcutIds != null) flg |= 0x4; in writeToParcel()
118 if (mShortcutIds != null) dest.writeStringList(mShortcutIds); in writeToParcel()
154 this.mShortcutIds = shortcutIds; in ShortcutQueryWrapper()
DLauncherApps.java493 List<String> mShortcutIds; field in LauncherApps.ShortcutQuery
530 mShortcutIds = shortcutIds; in setShortcutIds()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12212 Landroid/content/pm/LauncherApps$ShortcutQuery;->mShortcutIds:Ljava/util/List;