Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppMetaData.java65 boolean isDisabledByTos, in AppMetaData() argument
73 mIsDisabledByTos = isDisabledByTos; in AppMetaData()
DAppLauncherUtils.java298 boolean isDisabledByTos = tosDisabledPackages in getLauncherApps()
310 isDisabledByTos, in getLauncherApps()
338 boolean isDisabledByTos = tosDisabledPackages.contains(packageName); in getLauncherApps()
347 isDisabledByTos, in getLauncherApps()
381 boolean isDisabledByTos = tosDisabledPackages.contains(packageName); in getLauncherApps()
389 isDisabledByTos, in getLauncherApps()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java187 boolean isDisabledByTos = app.getIsDisabledByTos(); in bind()
188 boolean isLaunchable = isLaunchableDistractionOptimized || isDisabledByTos; in bind()
190 int opacity = getOpacity(isLaunchable, isDisabledByTos); in bind()
669 private int getOpacity(boolean isLaunchable, boolean isDisabledByTos) {
670 if (isDisabledByTos) {