Searched refs:allComponentsDirectBootAware (Results 1 – 2 of 2) sorted by relevance
359 public PackageImpl setAllComponentsDirectBootAware(boolean allComponentsDirectBootAware) { in setAllComponentsDirectBootAware() argument362 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()
68 ParsedPackage setAllComponentsDirectBootAware(boolean allComponentsDirectBootAware); in setAllComponentsDirectBootAware() argument