Searched refs:externalProfileErrors (Results 1 – 4 of 4) sorted by relevance
436 List<String> externalProfileErrors = new ArrayList<>(); in initReferenceProfile() local442 true /* isOtherReadable */, externalProfileErrors); in initReferenceProfile()445 externalProfileErrors.add(result.errorMsg); in initReferenceProfile()453 null /* profile */, true /* isOtherReadable */, externalProfileErrors); in initReferenceProfile()539 boolean isOtherReadable, @NonNull List<String> externalProfileErrors) { in create() argument541 profile, isOtherReadable, Collections.unmodifiableList(externalProfileErrors)); in create()558 abstract @NonNull List<String> externalProfileErrors(); in externalProfileErrors() method in Utils.InitProfileResult
110 List<String> externalProfileErrors = List.of(); in dexopt() local148 externalProfileErrors = result.externalProfileErrors(); in dexopt()154 externalProfileErrors = result.externalProfileErrors(); in dexopt()292 if (!externalProfileErrors.isEmpty()) { in dexopt()298 externalProfileErrors); in dexopt()
773 if (!result.externalProfileErrors().isEmpty()) { in snapshotOrDumpAppProfile()775 + result.externalProfileErrors()); in snapshotOrDumpAppProfile()
269 @NonNull List<String> externalProfileErrors) { in create() argument273 Collections.unmodifiableList(externalProfileErrors)); in create()