HomeSort by relevance Sort by last modified time
    Searched defs:getLauncherApps (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
ShortcutManagerDeviceTestBase.java 72 protected LauncherApps getLauncherApps() {
93 final List<ShortcutInfo> found = getLauncherApps().getShortcuts(q, getUserHandle());
97 return getLauncherApps().getShortcutIconDrawable(found.get(0), 0);
121 return getLauncherApps().getShortcuts(q, getUserHandle());
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java 284 protected LauncherApps getLauncherApps() {
496 final List<ShortcutInfo> found = getLauncherApps().getShortcuts(q, getUserHandle());
501 ret.set(getLauncherApps().getShortcutBadgedIconDrawable(found.get(0), 0));
503 ret.set(getLauncherApps().getShortcutIconDrawable(found.get(0), 0));
572 return getLauncherApps().getShortcuts(q, getUserHandle());

Completed in 3152 milliseconds