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

  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 98 protected void clearShortcuts(String packageName, int userId) throws Exception {
ShortcutManagerBackupTest.java 77 clearShortcuts(LAUNCHER1_PKG, getPrimaryUserId());
78 clearShortcuts(LAUNCHER2_PKG, getPrimaryUserId());
79 clearShortcuts(LAUNCHER3_PKG, getPrimaryUserId());
80 clearShortcuts(LAUNCHER4_PKG, getPrimaryUserId());
82 clearShortcuts(PUBLISHER1_PKG, getPrimaryUserId());
83 clearShortcuts(PUBLISHER2_PKG, getPrimaryUserId());
84 clearShortcuts(PUBLISHER3_PKG, getPrimaryUserId());
85 clearShortcuts(PUBLISHER4_PKG, getPrimaryUserId());
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 239 public static void clearShortcuts(Instrumentation instrumentation, int userId,
    [all...]

Completed in 122 milliseconds