Home
last modified time | relevance | path

Searched refs:privateFlagsExt (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java883 public @ApplicationInfoPrivateFlagsExt int privateFlagsExt; field in ApplicationInfo
1912 privateFlagsExt = orig.privateFlagsExt; in ApplicationInfo()
1999 dest.writeInt(privateFlagsExt); in writeToParcel()
2102 privateFlagsExt = source.readInt(); in ApplicationInfo()
2249 return (privateFlagsExt & PRIVATE_FLAG_EXT_ALLOWLISTED_FOR_HIDDEN_APIS) != 0; in isPackageWhitelistedForHiddenApis()
2581 return (privateFlagsExt & PRIVATE_FLAG_EXT_PROFILEABLE) != 0; in isProfileable()
2590 return (privateFlagsExt & PRIVATE_FLAG_EXT_ATTRIBUTIONS_ARE_USER_VISIBLE) != 0; in areAttributionsUserVisible()
2617 return (privateFlagsExt in hasRequestForegroundServiceExemption()
2630 return ((privateFlagsExt & PRIVATE_FLAG_EXT_ENABLE_ON_BACK_INVOKED_CALLBACK)) != 0; in isOnBackInvokedCallbackEnabled()
2805 privateFlagsExt |= PRIVATE_FLAG_EXT_ENABLE_ON_BACK_INVOKED_CALLBACK; in setEnableOnBackInvokedCallback()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java310 testActivity.info.applicationInfo.privateFlagsExt |= in backAnimationSkipSharedElementTransition()
627 record.info.applicationInfo.privateFlagsExt |=
644 record2.info.applicationInfo.privateFlagsExt |=
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java228 info.applicationInfo.privateFlagsExt in generateWithComponents()
231 info.applicationInfo.privateFlagsExt in generateWithComponents()
235 info.applicationInfo.privateFlagsExt in generateWithComponents()
467 info.privateFlagsExt |= appInfoPrivateFlagsExt(info.privateFlagsExt, pkgSetting); in generateApplicationInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWarnings.java177 final boolean isUsingAbiOverride = (r.info.applicationInfo.privateFlagsExt in showDeprecatedAbiDialogIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java3044 appInfo.privateFlagsExt = mBaseAppInfoPrivateFlagsExt;