HomeSort by relevance Sort by last modified time
    Searched defs:clearShortcuts (Results 1 - 2 of 2) 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 84 clearShortcuts(LAUNCHER1_PKG, getPrimaryUserId());
85 clearShortcuts(LAUNCHER2_PKG, getPrimaryUserId());
86 clearShortcuts(LAUNCHER3_PKG, getPrimaryUserId());
87 clearShortcuts(LAUNCHER4_PKG, getPrimaryUserId());
89 clearShortcuts(PUBLISHER1_PKG, getPrimaryUserId());
90 clearShortcuts(PUBLISHER2_PKG, getPrimaryUserId());
91 clearShortcuts(PUBLISHER3_PKG, getPrimaryUserId());
92 clearShortcuts(PUBLISHER4_PKG, getPrimaryUserId());

Completed in 80 milliseconds