Searched refs:MSDLRepositoryImpl (Results 1 – 3 of 3) sorted by relevance
25 import com.google.android.msdl.data.repository.MSDLRepositoryImpl in <lambda>()91 val repository = MSDLRepositoryImpl() in <lambda>()
54 @VisibleForTesting fun createRepository(): MSDLRepository = MSDLRepositoryImpl() in getHapticData()
26 internal class MSDLRepositoryImpl : MSDLRepository { class