Searched refs:IdmapInvocation (Results 1 – 5 of 5) sorted by relevance
469 public static class IdmapInvocation { class in OverlayConfig474 IdmapInvocation(boolean enforceOverlayable, @NonNull String policy) { in IdmapInvocation() method in OverlayConfig.IdmapInvocation492 public ArrayList<IdmapInvocation> getImmutableFrameworkOverlayIdmapInvocations() { in getImmutableFrameworkOverlayIdmapInvocations()493 final ArrayList<IdmapInvocation> idmapInvocations = new ArrayList<>(); in getImmutableFrameworkOverlayIdmapInvocations()510 IdmapInvocation invocation = null; in getImmutableFrameworkOverlayIdmapInvocations()512 final IdmapInvocation last = idmapInvocations.get(idmapInvocations.size() - 1); in getImmutableFrameworkOverlayIdmapInvocations()520 invocation = new IdmapInvocation(enforceOverlayable, overlay.parsedConfig.policy); in getImmutableFrameworkOverlayIdmapInvocations()539 final ArrayList<IdmapInvocation> idmapInvocations = in createImmutableFrameworkIdmapsInZygote()543 final IdmapInvocation invocation = idmapInvocations.get(i); in createImmutableFrameworkIdmapsInZygote()
35 import com.android.internal.content.om.OverlayConfig.IdmapInvocation;473 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsFrameworkImmutable()477 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsFrameworkImmutable()484 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsFrameworkImmutable()510 final ArrayList<IdmapInvocation> idmapInvocations = in testIdmapInvocationsDifferentTargetSdk()514 final IdmapInvocation i0 = idmapInvocations.get(0); in testIdmapInvocationsDifferentTargetSdk()520 final IdmapInvocation i1 = idmapInvocations.get(1); in testIdmapInvocationsDifferentTargetSdk()525 final IdmapInvocation i2 = idmapInvocations.get(2); in testIdmapInvocationsDifferentTargetSdk()
11497 com.android.internal.content.om.OverlayConfig$IdmapInvocation
34838 Lcom/android/internal/content/om/OverlayConfig$IdmapInvocation;
11533 com.android.internal.content.om.OverlayConfig$IdmapInvocation