Home
last modified time | relevance | path

Searched refs:othersActual (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java297 final List<UserInfo> othersActual = mUserManager.getProfilesIncludingCommunal(otherUser.id); in testGetProfilesIncludingCommunal() local
311 othersActual.stream().map(ui -> ui.id).sorted().toList()); in testGetProfilesIncludingCommunal()