Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/
H A DUserRepositoryImplTest.kt57 private lateinit var underTest: UserRepositoryImpl
315 UserRepositoryImpl.SETTING_SIMPLE_USER_SWITCHER,
356 private fun create(scope: CoroutineScope = TestCoroutineScope()): UserRepositoryImpl {
359 return UserRepositoryImpl(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/
H A DUserRepositoryModule.kt25 @Binds fun bindRepository(impl: UserRepositoryImpl): UserRepository
H A DUserRepository.kt118 class UserRepositoryImpl regex