Home
last modified time | relevance | path

Searched refs:DeferredError (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedServiceUtils.java27 import android.content.pm.parsing.result.ParseInput.DeferredError;
175 DeferredError.MISSING_EXPORTED_FLAG); in parseService()
H A DParsedIntentInfoUtils.java110 ParseInput.DeferredError.EMPTY_INTENT_ACTION_CATEGORY); in parseIntentInfo()
125 ParseInput.DeferredError.EMPTY_INTENT_ACTION_CATEGORY); in parseIntentInfo()
H A DParsedActivityUtils.java34 import android.content.pm.parsing.result.ParseInput.DeferredError;
493 DeferredError.MISSING_EXPORTED_FLAG); in parseActivityOrAlias()
/aosp14/frameworks/base/core/java/android/content/pm/parsing/result/
H A DParseInput.java47 final class DeferredError { class
H A DParseTypeImpl.java73 int gateSdkVersion = DeferredError.getTargetSdkForChange(changeId); in forParsingWithoutPlatformCompat()
/aosp14/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
H A DPlatformCompatCommandNotInstalledTest.kt54 private const val TEST_CHANGE_ID = ParseInput.DeferredError.MISSING_APP_TAG
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java57 import android.content.pm.parsing.result.ParseInput.DeferredError;
520 DeferredError.RESOURCES_ARSC_COMPRESSED); in parseBaseApk()
704 "<manifest> does not contain an <application>", DeferredError.MISSING_APP_TAG); in parseSplitApk()
929 DeferredError.MISSING_APP_TAG); in parseBaseApkTags()