/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PkgAppInfo.java | 351 boolean isDirectBootAware(); in isDirectBootAware() method
|
H A D | AndroidPackageUtils.java | 203 return pkg.isDirectBootAware() || pkg.isPartiallyDirectBootAware(); in isEncryptionAware()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedMainComponent.java | 122 public boolean isDirectBootAware() { in isDirectBootAware() method in ParsedMainComponent
|
H A D | ParsedMainComponentUtils.java | 62 if (component.isDirectBootAware()) { in parseMainComponent()
|
H A D | ComponentParseUtils.java | 170 component.isDirectBootAware(), component.getName(), flags); in isMatch()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageRead.java | 413 boolean isDirectBootAware(); in isDirectBootAware() method
|
H A D | PackageInfoWithoutStateUtils.java | 723 componentInfo.directBootAware = mainComponent.isDirectBootAware(); in assignSharedFieldsForComponentInfo() 792 | flag(pkg.isDirectBootAware(), ApplicationInfo.PRIVATE_FLAG_DIRECT_BOOT_AWARE) in appInfoPrivateFlags()
|
H A D | ParsingPackageImpl.java | 2121 public boolean isDirectBootAware() {
|
/aosp12/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/ |
H A D | PackageManagerComponentLabelIconOverrideTest.kt | 330 whenever(this.isDirectBootAware) { params.isSystem }
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 2310 public boolean isDirectBootAware() { in isDirectBootAware() method in ApplicationInfo 2324 return isDirectBootAware() || isPartiallyDirectBootAware(); in isEncryptionAware()
|
H A D | PackageUserState.java | 270 component.isDirectBootAware(), component.getName(), flags); in isMatch()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityServiceInfo.java | 1045 public boolean isDirectBootAware() { in isDirectBootAware() method in AccessibilityServiceInfo
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 444 componentInfo.directBootAware = mainComponent.isDirectBootAware(); in assignSharedFieldsForComponentInfo()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | Utils.java | 819 return ai.isDirectBootAware() || ai.isPartiallyDirectBootAware(); in isPackageDirectBootAware()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityManagerService.java | 1921 if (!isUnlockingOrUnlocked && !installedService.isDirectBootAware()) { in updateServicesLocked()
|
/aosp12/frameworks/base/config/ |
H A D | boot-profile.txt | 955 Landroid/content/pm/ApplicationInfo;->isDirectBootAware()Z
|
H A D | boot-image-profile.txt | 4437 HSPLandroid/content/pm/ApplicationInfo;->isDirectBootAware()Z 5003 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->isDirectBootAware()Z 5229 HSPLandroid/content/pm/parsing/component/ParsedMainComponent;->isDirectBootAware()Z
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 11704 && !p.isDirectBootAware(); in getPersistentApplicationsInternal() 11706 && p.isDirectBootAware(); in getPersistentApplicationsInternal() 14771 if (parsedPackage.isDirectBootAware()) {
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4439 HSPLandroid/content/pm/ApplicationInfo;->isDirectBootAware()Z 5005 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->isDirectBootAware()Z 5231 HSPLandroid/content/pm/parsing/component/ParsedMainComponent;->isDirectBootAware()Z
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 114 Landroid/accessibilityservice/AccessibilityServiceInfo;->isDirectBootAware()Z 13854 Landroid/content/pm/ApplicationInfo;->isDirectBootAware()Z
|