Searched defs:getUserProfilesIncludingCurrentUser (Results 1 – 2 of 2) sorted by relevance
38 suspend fun getUserProfilesIncludingCurrentUser(): List<Int> in getUserProfilesIncludingCurrentUser() method68 override suspend fun getUserProfilesIncludingCurrentUser(): List<Int> = in getUserProfilesIncludingCurrentUser() method
27 override suspend fun getUserProfilesIncludingCurrentUser(): List<Int> = currentUserProfiles method in com.android.permissioncontroller.tests.mocking.user.data.repository.FakeUserRepository