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

  /packages/services/Car/tests/robotests/src/com/android/car/users/
CarUserManagerHelperRoboTest.java 106 UserInfo otherUser1 = createUserInfoForId(13);
111 userManager.addUserInfo(otherUser1);
117 .containsExactly(currentProcessUser, otherUser1, otherUser2);
120 .containsExactly(systemUser, currentProcessUser, otherUser1, otherUser2);
130 UserInfo otherUser1 = createUserInfoForId(12);
135 userManager.addUserInfo(otherUser1);
142 .containsExactly(otherUser1, otherUser2, otherUser3);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
UserManagerHelperRoboTest.java 106 UserInfo otherUser1 = createUserInfoForId(13);
111 testUsers.add(otherUser1);
121 .containsExactly(otherUser1, otherUser2, otherUser3);
129 UserInfo otherUser1 = createUserInfoForId(11);
134 testUsers.add(otherUser1);
144 .containsExactly(otherUser1, otherUser2, otherUser3);
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
UserManagerHelperTest.java 91 UserInfo otherUser1 = createUserInfoForId(10);
96 testUsers.add(otherUser1);
106 .containsExactly(otherUser1, otherUser2, otherUser3);
141 UserInfo otherUser1 = createUserInfoForId(currentUser + 1);
146 testUsers.add(otherUser1);
155 .containsExactly(mCurrentProcessUser, otherUser1, otherUser2, otherUser3);
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarUserManagerHelperTest.java 107 UserInfo otherUser1 = createUserInfoForId(10);
113 testUsers.add(otherUser1);
122 .containsExactly(otherUser1, otherUser2, otherUser3);
130 UserInfo otherUser1 = createUserInfoForId(11);
137 testUsers.add(otherUser1);
145 .containsExactly(mCurrentProcessUser, otherUser1, otherUser2, otherUser3);

Completed in 213 milliseconds