OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLauncherContext4
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerSpoofDetectionTest.java
84
assertCallingPackageMismatch("hasShortcutHostPermission",
mLauncherContext4
, () -> {
88
assertCallingPackageMismatch("registerCallback",
mLauncherContext4
, () -> {
93
assertCallingPackageMismatch("getShortcuts",
mLauncherContext4
, () -> {
98
assertCallingPackageMismatch("pinShortcuts",
mLauncherContext4
, () -> {
103
assertCallingPackageMismatch("startShortcut 1",
mLauncherContext4
, () -> {
106
assertCallingPackageMismatch("startShortcut 2",
mLauncherContext4
, () -> {
ShortcutManagerConfigActivityTest.java
51
setDefaultLauncher(getInstrumentation(),
mLauncherContext4
);
100
setDefaultLauncher(getInstrumentation(),
mLauncherContext4
);
109
setDefaultLauncher(getInstrumentation(),
mLauncherContext4
);
ShortcutManagerCtsTestsBase.java
90
protected Context
mLauncherContext4
;
147
mLauncherContext4
= new SpoofingContext(getTestContext(),
153
mLauncherApps4 = new LauncherApps(
mLauncherContext4
);
216
mLauncherContext1, mLauncherContext2, mLauncherContext3,
mLauncherContext4
);
ShortcutManagerRequestPinTest.java
58
setDefaultLauncher(getInstrumentation(),
mLauncherContext4
);
Completed in 469 milliseconds