Home
last modified time | relevance | path

Searched refs:IdmapInvocation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfig.java359 public static class IdmapInvocation { class in OverlayConfig
364 IdmapInvocation(boolean enforceOverlayable, @NonNull String policy) { in IdmapInvocation() method in OverlayConfig.IdmapInvocation
382 public ArrayList<IdmapInvocation> getImmutableFrameworkOverlayIdmapInvocations() { in getImmutableFrameworkOverlayIdmapInvocations()
383 final ArrayList<IdmapInvocation> idmapInvocations = new ArrayList<>(); in getImmutableFrameworkOverlayIdmapInvocations()
400 IdmapInvocation invocation = null; in getImmutableFrameworkOverlayIdmapInvocations()
402 final IdmapInvocation last = idmapInvocations.get(idmapInvocations.size() - 1); in getImmutableFrameworkOverlayIdmapInvocations()
410 invocation = new IdmapInvocation(enforceOverlayable, overlay.parsedConfig.policy); in getImmutableFrameworkOverlayIdmapInvocations()
429 final ArrayList<IdmapInvocation> idmapInvocations = in createImmutableFrameworkIdmapsInZygote()
433 final IdmapInvocation invocation = idmapInvocations.get(i); in createImmutableFrameworkIdmapsInZygote()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/
H A DOverlayConfigTest.java34 import com.android.internal.content.om.OverlayConfig.IdmapInvocation;
432 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsFrameworkImmutable()
436 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsFrameworkImmutable()
443 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsFrameworkImmutable()
469 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsDifferentTargetSdk()
473 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsDifferentTargetSdk()
479 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsDifferentTargetSdk()
484 final IdmapInvocation i2 = idmapInvocations.get(2); in testIdmapInvocationsDifferentTargetSdk()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes10754 com.android.internal.content.om.OverlayConfig$IdmapInvocation
H A Dboot-image-profile.txt33553 Lcom/android/internal/content/om/OverlayConfig$IdmapInvocation;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes10785 com.android.internal.content.om.OverlayConfig$IdmapInvocation
H A Dboot-image-profile.txt43687 Lcom/android/internal/content/om/OverlayConfig$IdmapInvocation;