Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DProcessInfo.java65 public @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized; field in ProcessInfo
73 this.nativeHeapZeroInitialized = orig.nativeHeapZeroInitialized; in ProcessInfo()
112 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized) { in ProcessInfo() argument
123 this.nativeHeapZeroInitialized = nativeHeapZeroInitialized; in ProcessInfo()
125 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ProcessInfo()
154 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
185 this.nativeHeapZeroInitialized = _nativeHeapZeroInitialized; in ProcessInfo()
187 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ProcessInfo()
DApplicationInfo.java1472 private @NativeHeapZeroInitialized int nativeHeapZeroInitialized = ZEROINIT_DEFAULT; field in ApplicationInfo
1634 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dump()
1635 pw.println(prefix + "nativeHeapZeroInitialized=" + nativeHeapZeroInitialized); in dump()
1750 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dumpDebug()
1752 nativeHeapZeroInitialized); in dumpDebug()
1868 nativeHeapZeroInitialized = orig.nativeHeapZeroInitialized; in ApplicationInfo()
1958 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
2045 nativeHeapZeroInitialized = source.readInt(); in ApplicationInfo()
2523 nativeHeapZeroInitialized = value; in setNativeHeapZeroInitialized()
2558 return nativeHeapZeroInitialized; in getNativeHeapZeroInitialized()
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedProcess.java50 protected int nativeHeapZeroInitialized = ApplicationInfo.ZEROINIT_DEFAULT; field in ParsedProcess
85 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized) { in ParsedProcess() argument
98 this.nativeHeapZeroInitialized = nativeHeapZeroInitialized; in ParsedProcess()
100 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ParsedProcess()
127 return nativeHeapZeroInitialized; in getNativeHeapZeroInitialized()
151 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
183 this.nativeHeapZeroInitialized = _nativeHeapZeroInitialized; in ParsedProcess()
185 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ParsedProcess()
DParsedProcessUtils.java111 proc.nativeHeapZeroInitialized = in parseProcess()
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java399 private int nativeHeapZeroInitialized; field in ParsingPackageImpl
1094 appInfo.setNativeHeapZeroInitialized(nativeHeapZeroInitialized);
1231 dest.writeInt(this.nativeHeapZeroInitialized);
1356 this.nativeHeapZeroInitialized = in.readInt();
2140 return nativeHeapZeroInitialized;
2615 nativeHeapZeroInitialized = value;
DParsingPackage.java262 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized); in setNativeHeapZeroInitialized()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java489 && procInfo.nativeHeapZeroInitialized == ApplicationInfo.ZEROINIT_DEFAULT) { in ProcessRecord()
DProcessList.java1769 && app.processInfo.nativeHeapZeroInitialized != ApplicationInfo.ZEROINIT_DEFAULT) {
1770 return app.processInfo.nativeHeapZeroInitialized == ApplicationInfo.ZEROINIT_ENABLED;
/frameworks/base/core/api/
Dcurrent.txt1019 field public static final int nativeHeapZeroInitialized = 16844325; // 0x1010625