Searched refs:isDisabledByTos (Results 1 – 3 of 3) sorted by relevance
65 boolean isDisabledByTos, in AppMetaData() argument73 mIsDisabledByTos = isDisabledByTos; in AppMetaData()
298 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()
187 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) {