OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearShortcuts
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerBackupTest.java
47
clearShortcuts
(LAUNCHER1_PKG, getPrimaryUserId());
48
clearShortcuts
(LAUNCHER2_PKG, getPrimaryUserId());
49
clearShortcuts
(LAUNCHER3_PKG, getPrimaryUserId());
50
clearShortcuts
(PUBLISHER1_PKG, getPrimaryUserId());
51
clearShortcuts
(PUBLISHER2_PKG, getPrimaryUserId());
52
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
147
clearShortcuts
(getInstrumentation(), mUserId, mPackageContext1.getPackageName());
148
clearShortcuts
(getInstrumentation(), mUserId, mPackageContext2.getPackageName());
149
clearShortcuts
(getInstrumentation(), mUserId, mPackageContext3.getPackageName());
150
clearShortcuts
(getInstrumentation(), mUserId, mPackageContext4.getPackageName());
157
clearShortcuts
(getInstrumentation(), mUserId, getCurrentCallingPackage());
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java
233
public static void
clearShortcuts
(Instrumentation instrumentation, int userId,
[
all
...]
Completed in 79 milliseconds