Home
last modified time | relevance | path

Searched refs:allComponentsDirectBootAware (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DPackageImpl.java359 public PackageImpl setAllComponentsDirectBootAware(boolean allComponentsDirectBootAware) { in setAllComponentsDirectBootAware() argument
362 activities.get(index).setDirectBootAware(allComponentsDirectBootAware); in setAllComponentsDirectBootAware()
367 receivers.get(index).setDirectBootAware(allComponentsDirectBootAware); in setAllComponentsDirectBootAware()
372 providers.get(index).setDirectBootAware(allComponentsDirectBootAware); in setAllComponentsDirectBootAware()
377 services.get(index).setDirectBootAware(allComponentsDirectBootAware); in setAllComponentsDirectBootAware()
DParsedPackage.java68 ParsedPackage setAllComponentsDirectBootAware(boolean allComponentsDirectBootAware); in setAllComponentsDirectBootAware() argument