Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfig.java307 public static class IdmapInvocation { class in OverlayConfig
312 IdmapInvocation(boolean enforceOverlayable, @NonNull String policy) { in IdmapInvocation() method in OverlayConfig.IdmapInvocation
330 public ArrayList<IdmapInvocation> getImmutableFrameworkOverlayIdmapInvocations() { in getImmutableFrameworkOverlayIdmapInvocations()
331 final ArrayList<IdmapInvocation> idmapInvocations = new ArrayList<>(); in getImmutableFrameworkOverlayIdmapInvocations()
348 IdmapInvocation invocation = null; in getImmutableFrameworkOverlayIdmapInvocations()
350 final IdmapInvocation last = idmapInvocations.get(idmapInvocations.size() - 1); in getImmutableFrameworkOverlayIdmapInvocations()
358 invocation = new IdmapInvocation(enforceOverlayable, overlay.parsedConfig.policy); in getImmutableFrameworkOverlayIdmapInvocations()
377 final ArrayList<IdmapInvocation> idmapInvocations = in createImmutableFrameworkIdmapsInZygote()
381 final IdmapInvocation invocation = idmapInvocations.get(i); in createImmutableFrameworkIdmapsInZygote()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/
H A DOverlayConfigTest.java31 import com.android.internal.content.om.OverlayConfig.IdmapInvocation;
395 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsFrameworkImmutable()
399 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsFrameworkImmutable()
406 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsFrameworkImmutable()
432 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsDifferentTargetSdk()
436 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsDifferentTargetSdk()
442 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsDifferentTargetSdk()
447 final IdmapInvocation i2 = idmapInvocations.get(2); in testIdmapInvocationsDifferentTargetSdk()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8890 com.android.internal.content.om.OverlayConfig$IdmapInvocation
H A Dboot-image-profile.txt33065 Lcom/android/internal/content/om/OverlayConfig$IdmapInvocation;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8911 com.android.internal.content.om.OverlayConfig$IdmapInvocation
H A Dboot-image-profile.txt42729 Lcom/android/internal/content/om/OverlayConfig$IdmapInvocation;