HomeSort by relevance Sort by last modified time
    Searched refs:otherUser2 (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/tests/robotests/src/com/android/car/users/
CarUserManagerHelperRoboTest.java 107 UserInfo otherUser2 = createUserInfoForId(14);
112 userManager.addUserInfo(otherUser2);
117 .containsExactly(currentProcessUser, otherUser1, otherUser2);
120 .containsExactly(systemUser, currentProcessUser, otherUser1, otherUser2);
131 UserInfo otherUser2 = createUserInfoForId(13);
136 userManager.addUserInfo(otherUser2);
142 .containsExactly(otherUser1, otherUser2, otherUser3);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
UserManagerHelperRoboTest.java 107 UserInfo otherUser2 = createUserInfoForId(11);
112 testUsers.add(otherUser2);
121 .containsExactly(otherUser1, otherUser2, otherUser3);
130 UserInfo otherUser2 = createUserInfoForId(18);
135 testUsers.add(otherUser2);
144 .containsExactly(otherUser1, otherUser2, otherUser3);
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
UserManagerHelperTest.java 92 UserInfo otherUser2 = createUserInfoForId(11);
97 testUsers.add(otherUser2);
106 .containsExactly(otherUser1, otherUser2, otherUser3);
142 UserInfo otherUser2 = createUserInfoForId(currentUser - 1);
147 testUsers.add(otherUser2);
155 .containsExactly(mCurrentProcessUser, otherUser1, otherUser2, otherUser3);
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarUserManagerHelperTest.java 108 UserInfo otherUser2 = createUserInfoForId(11);
114 testUsers.add(otherUser2);
122 .containsExactly(otherUser1, otherUser2, otherUser3);
131 UserInfo otherUser2 = createUserInfoForId(12);
138 testUsers.add(otherUser2);
145 .containsExactly(mCurrentProcessUser, otherUser1, otherUser2, otherUser3);

Completed in 146 milliseconds