Home
last modified time | relevance | path

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

/frameworks/libs/systemui/msdllib/src/com/google/android/msdl/domain/
DMSDLPlayer.kt25 import com.google.android.msdl.data.repository.MSDLRepositoryImpl in <lambda>()
91 val repository = MSDLRepositoryImpl() in <lambda>()
/frameworks/libs/systemui/msdllib/src/com/google/android/msdl/data/repository/
DMSDLRepository.kt54 @VisibleForTesting fun createRepository(): MSDLRepository = MSDLRepositoryImpl() in getHapticData()
DMSDLRepositoryImpl.kt26 internal class MSDLRepositoryImpl : MSDLRepository { class