Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DProcessInfo.java54 public @ApplicationInfo.GwpAsanMode int gwpAsanMode; field in ProcessInfo
71 this.gwpAsanMode = orig.gwpAsanMode; in ProcessInfo()
110 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ProcessInfo() argument
117 this.gwpAsanMode = gwpAsanMode; in ProcessInfo()
119 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo()
152 dest.writeInt(gwpAsanMode); in writeToParcel()
179 this.gwpAsanMode = _gwpAsanMode; in ProcessInfo()
181 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo()
H A DApplicationInfo.java1402 private @GwpAsanMode int gwpAsanMode = GWP_ASAN_DEFAULT; field in ApplicationInfo
1628 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dump()
1629 pw.println(prefix + "gwpAsanMode=" + gwpAsanMode); in dump()
1744 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dumpDebug()
1745 proto.write(ApplicationInfoProto.Detail.ENABLE_GWP_ASAN, gwpAsanMode); in dumpDebug()
1866 gwpAsanMode = orig.gwpAsanMode; in ApplicationInfo()
1956 dest.writeInt(gwpAsanMode); in writeToParcel()
2043 gwpAsanMode = source.readInt(); in ApplicationInfo()
2520 /** {@hide} */ public void setGwpAsanMode(@GwpAsanMode int value) { gwpAsanMode = value; } in setGwpAsanMode()
2541 public int getGwpAsanMode() { return gwpAsanMode; } in getGwpAsanMode()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedProcess.java46 protected int gwpAsanMode = ApplicationInfo.GWP_ASAN_DEFAULT; field in ParsedProcess
83 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ParsedProcess() argument
92 this.gwpAsanMode = gwpAsanMode; in ParsedProcess()
94 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ParsedProcess()
117 return gwpAsanMode; in getGwpAsanMode()
149 dest.writeInt(gwpAsanMode); in writeToParcel()
177 this.gwpAsanMode = _gwpAsanMode; in ParsedProcess()
179 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ParsedProcess()
H A DParsedProcessUtils.java106 proc.gwpAsanMode = sa.getInt(R.styleable.AndroidManifestProcess_gwpAsanMode, -1); in parseProcess()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java401 if (processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) { in dump()
402 pw.print(prefix); pw.println(" gwpAsanMode=" + processInfo.gwpAsanMode); in dump()
487 && procInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_DEFAULT in ProcessRecord()
H A DProcessList.java1764 && app.processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) {
1765 return app.processInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_ALWAYS
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java393 private int gwpAsanMode; field in ParsingPackageImpl
1092 appInfo.setGwpAsanMode(gwpAsanMode);
1226 dest.writeInt(this.gwpAsanMode);
1351 this.gwpAsanMode = in.readInt();
2128 return gwpAsanMode;
2602 gwpAsanMode = value;
H A DParsingPackage.java257 ParsingPackage setGwpAsanMode(@ApplicationInfo.GwpAsanMode int gwpAsanMode); in setGwpAsanMode() argument
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt740 field public static final int gwpAsanMode = 16844310; // 0x1010616