Searched refs:gwpAsanMode (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ProcessInfo.java | 52 public @ApplicationInfo.GwpAsanMode int gwpAsanMode; field in ProcessInfo 75 this.gwpAsanMode = orig.gwpAsanMode; in ProcessInfo() 118 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ProcessInfo() argument 126 this.gwpAsanMode = gwpAsanMode; in ProcessInfo() 128 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo() 163 dest.writeInt(gwpAsanMode); in writeToParcel() 191 this.gwpAsanMode = _gwpAsanMode; in ProcessInfo() 193 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo()
|
D | ApplicationInfo.java | 1488 private @GwpAsanMode int gwpAsanMode = GWP_ASAN_DEFAULT; field in ApplicationInfo 1753 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dump() 1754 pw.println(prefix + "gwpAsanMode=" + gwpAsanMode); in dump() 1881 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dumpDebug() 1882 proto.write(ApplicationInfoProto.Detail.ENABLE_GWP_ASAN, gwpAsanMode); in dumpDebug() 2013 gwpAsanMode = orig.gwpAsanMode; in ApplicationInfo() 2107 dest.writeInt(gwpAsanMode); in writeToParcel() 2210 gwpAsanMode = source.readInt(); in ApplicationInfo() 2736 /** {@hide} */ public void setGwpAsanMode(@GwpAsanMode int value) { gwpAsanMode = value; } in setGwpAsanMode() 2770 public int getGwpAsanMode() { return gwpAsanMode; } in getGwpAsanMode()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedProcessImpl.java | 51 private int gwpAsanMode = ApplicationInfo.GWP_ASAN_DEFAULT; field in ParsedProcessImpl 67 gwpAsanMode = other.getGwpAsanMode(); in ParsedProcessImpl() 75 gwpAsanMode = other.getGwpAsanMode(); in addStateFrom() 120 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ParsedProcessImpl() argument 133 this.gwpAsanMode = gwpAsanMode; in ParsedProcessImpl() 135 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ParsedProcessImpl() 167 return gwpAsanMode; in getGwpAsanMode() 214 gwpAsanMode = value; in setGwpAsanMode() 216 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in setGwpAsanMode() 265 dest.writeInt(gwpAsanMode); in writeToParcel() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 1405 if (processInfo != null && processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) { in decideGwpAsanLevel() 1406 return processInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_ALWAYS in decideGwpAsanLevel()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 488 if (processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) { in dump() 489 pw.print(prefix); pw.println(" gwpAsanMode=" + processInfo.gwpAsanMode); in dump() 589 && procInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_DEFAULT in ProcessRecord()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackage.java | 273 ParsingPackage setGwpAsanMode(@ApplicationInfo.GwpAsanMode int gwpAsanMode); in setGwpAsanMode() argument
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | PackageImpl.java | 390 private int gwpAsanMode; field in PackageImpl 981 return gwpAsanMode; in getGwpAsanMode() 2048 gwpAsanMode = value; 2655 appInfo.setGwpAsanMode(gwpAsanMode); 3248 dest.writeInt(this.gwpAsanMode); 3415 this.gwpAsanMode = in.readInt();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 912 field public static final int gwpAsanMode = 16844310; // 0x1010616
|