Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/
DUXRestrictionsDataSourceImplTest.kt83 UXRestrictionDataSourceImpl( in requiresDistractionOptimization_sendsRequired()
110 UXRestrictionDataSourceImpl( in <lambda>()
137 UXRestrictionDataSourceImpl( in <lambda>()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/
DUXRestrictionDataSource.kt62 class UXRestrictionDataSourceImpl( class
148 val TAG: String = UXRestrictionDataSourceImpl::class.java.simpleName
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridActivity.java64 import com.android.car.carlauncher.datasources.UXRestrictionDataSourceImpl;
352 UXRestrictionDataSource uxRestrictionDataSource = new UXRestrictionDataSourceImpl( in initViewModel()