Searched refs:isForegroundFixed (Results 1 – 4 of 4) sorted by relevance
112 val isForegroundFixed = foreground.isPolicyFixed || foreground.isSystemFixed in <lambda>() constant
758 isForegroundFixed: Boolean, in <lambda>()766 if (isBackgroundFixed && isForegroundFixed) { in <lambda>()777 } else if (isBackgroundFixed && !isForegroundFixed) { in <lambda>()796 } else if (!isBackgroundFixed && isForegroundFixed) { in <lambda>()
132 val fixed = group.isBackgroundFixed || group.isForegroundFixed in <lambda>()
123 !group.isForegroundFixed && in shouldAllowRevoke()