Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java307 final List<Integer> othersExpected = new ArrayList<>(); in testGetProfilesIncludingCommunal() local
308 othersExpected.add(otherUser.id); in testGetProfilesIncludingCommunal()
309 if (communalProfile != null) othersExpected.add(communalProfile.getIdentifier()); in testGetProfilesIncludingCommunal()
310 assertEquals(othersExpected.stream().sorted().toList(), in testGetProfilesIncludingCommunal()