Searched refs:isValidArtServiceCompilerFilter (Results 1 – 4 of 4) sorted by relevance
138 if (!Utils.isValidArtServiceCompilerFilter(value)) { in getCompilerFilterForReason()
224 public static boolean isValidArtServiceCompilerFilter(@NonNull String compilerFilter) { in isValidArtServiceCompilerFilter() method in Utils
420 if (!compilerFilter.isEmpty() && !Utils.isValidArtServiceCompilerFilter(compilerFilter)) { in getSystemUiCompilerFilter()
135 } else if (!Utils.isValidArtServiceCompilerFilter(mParams.mCompilerFilter)) { in build()