Home
last modified time | relevance | path

Searched refs:mShortcutIds (Results 1 – 2 of 2) 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.java442 List<String> mShortcutIds; field in LauncherApps.ShortcutQuery
479 mShortcutIds = shortcutIds; in setShortcutIds()