Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/restricted/
DTosAppsDataSourceImplTest.kt111 assertEquals(false, flows[0].shouldBlockTosApps) in <lambda>()
135 assertEquals(false, flows[0].shouldBlockTosApps) in <lambda>()
166 assertEquals(true, flows[0].shouldBlockTosApps) in <lambda>()
212 assertEquals(true, flows[0].shouldBlockTosApps) in <lambda>()
214 assertEquals(false, flows[1].shouldBlockTosApps) in <lambda>()
261 assertEquals(false, flows[0].shouldBlockTosApps) in testGetTosState_tosChangedToNotAccepted_shouldNotUnregisterObserver()
264 assertEquals(true, flows[1].shouldBlockTosApps) in testGetTosState_tosChangedToNotAccepted_shouldNotUnregisterObserver()
266 assertEquals(true, flows[2].shouldBlockTosApps) in testGetTosState_tosChangedToNotAccepted_shouldNotUnregisterObserver()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/restricted/
DTosDataSource.kt48 val shouldBlockTosApps: Boolean, in getTosState() constant in com.android.car.carlauncher.datasources.restricted.TosState
88 shouldBlockTosApps(), in getTosState()
125 trySend(TosState(shouldBlockTosApps(), restrictedApps)) in getTosState()
168 private fun shouldBlockTosApps(): Boolean { in getTosState() method
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridViewModel.kt131 if (!it.shouldBlockTosApps) { in getShouldShowTosBanner()