OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherUserInfo
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java
129
UserInfo
otherUserInfo
= new UserInfo(OTHER_USER_ID, "test2", 0);
145
.thenReturn(Arrays.asList(userInfo,
otherUserInfo
, managedProfileUserInfo));
147
when(userManager.getUserInfo(eq(OTHER_USER_ID))).thenReturn(
otherUserInfo
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java
660
UserInfo
otherUserInfo
= getUserInfoLU(otherUserId);
661
if (
otherUserInfo
== null
662
||
otherUserInfo
.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
665
return userInfo.profileGroupId ==
otherUserInfo
.profileGroupId;
[
all
...]
Completed in 297 milliseconds