Home
last modified time | relevance | path

Searched defs:TOS_DISABLED_APPS_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt34 private const val TOS_DISABLED_APPS_SEPARATOR = "," constant
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/restricted/
DTosDataSource.kt185 const val TOS_DISABLED_APPS_SEPARATOR = "," in getTosState() constant
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java95 static final String TOS_DISABLED_APPS_SEPARATOR = ","; field in AppLauncherUtils