HomeSort by relevance Sort by last modified time
    Searched full:clearshortcuts (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerBackupTest.java 59 clearShortcuts(LAUNCHER1_PKG, getPrimaryUserId());
60 clearShortcuts(LAUNCHER2_PKG, getPrimaryUserId());
61 clearShortcuts(LAUNCHER3_PKG, getPrimaryUserId());
62 clearShortcuts(PUBLISHER1_PKG, getPrimaryUserId());
63 clearShortcuts(PUBLISHER2_PKG, getPrimaryUserId());
64 clearShortcuts(PUBLISHER3_PKG, getPrimaryUserId());
BaseShortcutManagerHostTest.java 96 protected void clearShortcuts(String packageName, int userId) throws Exception {
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java 146 clearShortcuts(getInstrumentation(), mUserId, mPackageContext1.getPackageName());
147 clearShortcuts(getInstrumentation(), mUserId, mPackageContext2.getPackageName());
148 clearShortcuts(getInstrumentation(), mUserId, mPackageContext3.getPackageName());
149 clearShortcuts(getInstrumentation(), mUserId, mPackageContext4.getPackageName());
156 clearShortcuts(getInstrumentation(), mUserId, getCurrentCallingPackage());
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 237 public static void clearShortcuts(Instrumentation instrumentation, int userId,
    [all...]

Completed in 3013 milliseconds