Searched refs:privateFlagsExt (Results 1 – 5 of 5) sorted by relevance
883 public @ApplicationInfoPrivateFlagsExt int privateFlagsExt; field in ApplicationInfo1912 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 …]
310 testActivity.info.applicationInfo.privateFlagsExt |= in backAnimationSkipSharedElementTransition()627 record.info.applicationInfo.privateFlagsExt |=644 record2.info.applicationInfo.privateFlagsExt |=
228 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()
177 final boolean isUsingAbiOverride = (r.info.applicationInfo.privateFlagsExt in showDeprecatedAbiDialogIfNeeded()
3044 appInfo.privateFlagsExt = mBaseAppInfoPrivateFlagsExt;