Home
last modified time | relevance | path

Searched refs:TOS_DISABLED_APPS_SEPARATOR (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/restricted/
DTosDataSource.kt93 TOS_DISABLED_APPS_SEPARATOR, in getTosState()
121 TOS_DISABLED_APPS_SEPARATOR, in getTosState()
185 const val TOS_DISABLED_APPS_SEPARATOR = "," in getTosState() constant
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt34 private const val TOS_DISABLED_APPS_SEPARATOR = "," constant
53 settingsValue.split(TOS_DISABLED_APPS_SEPARATOR).toSet() in getTosDisabledPackages()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java95 static final String TOS_DISABLED_APPS_SEPARATOR = ","; field in AppLauncherUtils
480 TOS_DISABLED_APPS_SEPARATOR); in getTosDisabledActivities()
626 TOS_DISABLED_APPS_SEPARATOR))); in getTosDisabledPackages()
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java30 import static com.android.car.carlauncher.AppLauncherUtils.TOS_DISABLED_APPS_SEPARATOR;
550 doReturn(TEST_TOS_DISABLED_APP_1 + TOS_DISABLED_APPS_SEPARATOR in mockSettingsStringCalls()
/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/restricted/
DTosAppsDataSourceImplTest.kt29 …roid.car.carlauncher.datasources.restricted.TosDataSourceImpl.Companion.TOS_DISABLED_APPS_SEPARATOR