Home
last modified time | relevance | path

Searched defs:getUserProfilesIncludingCurrentUser (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/user/data/repository/v31/
DUserRepository.kt38 suspend fun getUserProfilesIncludingCurrentUser(): List<Int> in getUserProfilesIncludingCurrentUser() method
68 override suspend fun getUserProfilesIncludingCurrentUser(): List<Int> = in getUserProfilesIncludingCurrentUser() method
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/user/data/repository/
DFakeUserRepository.kt27 override suspend fun getUserProfilesIncludingCurrentUser(): List<Int> = currentUserProfiles method in com.android.permissioncontroller.tests.mocking.user.data.repository.FakeUserRepository