OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDefaultLauncher
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
ShortcutManagerDeviceTestBase.java
18
import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.
getDefaultLauncher
;
53
mOriginalLauncher =
getDefaultLauncher
(getInstrumentation());
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java
123
mOriginalLauncher =
getDefaultLauncher
(getInstrumentation());
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java
192
public static String
getDefaultLauncher
(Instrumentation instrumentation) {
[
all
...]
Completed in 111 milliseconds