Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppSearchShortcutInfoTest.java59 .toShortcutInfo(0); in testBuildShortcutAndGetValue()
/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java362 public ShortcutInfo toShortcutInfo(@UserIdInt int userId) { in toShortcutInfo() method in AppSearchShortcutInfo
DShortcutInfo.java693 return new AppSearchShortcutInfo(document).toShortcutInfo(userId); in createFromGenericDocument()