Searched refs:TOS_DISABLED_APPS_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
93 TOS_DISABLED_APPS_SEPARATOR, in getTosState()121 TOS_DISABLED_APPS_SEPARATOR, in getTosState()185 const val TOS_DISABLED_APPS_SEPARATOR = "," in getTosState() constant
34 private const val TOS_DISABLED_APPS_SEPARATOR = "," constant53 settingsValue.split(TOS_DISABLED_APPS_SEPARATOR).toSet() in getTosDisabledPackages()
95 static final String TOS_DISABLED_APPS_SEPARATOR = ","; field in AppLauncherUtils480 TOS_DISABLED_APPS_SEPARATOR); in getTosDisabledActivities()626 TOS_DISABLED_APPS_SEPARATOR))); in getTosDisabledPackages()
30 import static com.android.car.carlauncher.AppLauncherUtils.TOS_DISABLED_APPS_SEPARATOR;550 doReturn(TEST_TOS_DISABLED_APP_1 + TOS_DISABLED_APPS_SEPARATOR in mockSettingsStringCalls()
29 …roid.car.carlauncher.datasources.restricted.TosDataSourceImpl.Companion.TOS_DISABLED_APPS_SEPARATOR