Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java444 PROFILEABLE_BY_SHELL,
493 private static final long PROFILEABLE_BY_SHELL = 1L << 23; field in ParsingPackageImpl.Booleans
2097 return isProfileable() && getBoolean(Booleans.PROFILEABLE_BY_SHELL);
2572 return setBoolean(Booleans.PROFILEABLE_BY_SHELL, value);