OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USER_0
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest6.java
43
USER_0
);
44
assertTrue(mService.hasShortcutHostPermissionInner(PACKAGE_SYSTEM_LAUNCHER,
USER_0
));
45
assertFalse(mService.hasShortcutHostPermissionInner(PACKAGE_FALLBACK_LAUNCHER,
USER_0
));
46
assertFalse(mService.hasShortcutHostPermissionInner(CALLING_PACKAGE_1,
USER_0
));
47
assertFalse(mService.hasShortcutHostPermissionInner(CALLING_PACKAGE_2,
USER_0
));
51
mService.getUserShortcutsLocked(
USER_0
).getLastKnownLauncher());
53
mService.getUserShortcutsLocked(
USER_0
).getCachedLauncher());
60
mService.getUserShortcutsLocked(
USER_0
).getLastKnownLauncher());
62
mService.getUserShortcutsLocked(
USER_0
).getCachedLauncher());
73
USER_0
);
[
all
...]
ShortcutManagerTest7.java
124
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
134
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
145
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
162
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
173
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
186
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
197
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
207
runWithCaller(CALLING_PACKAGE_1,
USER_0
, () -> {
219
USER_0
);
229
assertTrue(mService.hasShortcutHostPermissionInner(PACKAGE_SYSTEM_LAUNCHER,
USER_0
));
[
all
...]
BaseShortcutManagerTest.java
568
protected static final int
USER_0
= UserHandle.USER_SYSTEM;
573
protected static final UserHandle HANDLE_USER_0 = UserHandle.of(
USER_0
);
579
new UserInfo(
USER_0
, "user0",
698
mUserInfos.put(
USER_0
, USER_INFO_0);
723
mRunningUsers.put(
USER_0
, true);
729
mUnlockedUsers.put(
USER_0
, true);
[
all
...]
Completed in 6548 milliseconds