Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1446 public static final int ZEROINIT_DEFAULT = -1; field in ApplicationInfo
1462 ZEROINIT_DEFAULT,
1472 private @NativeHeapZeroInitialized int nativeHeapZeroInitialized = ZEROINIT_DEFAULT;
1634 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dump()
1750 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dumpDebug()
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedProcess.java50 protected int nativeHeapZeroInitialized = ApplicationInfo.ZEROINIT_DEFAULT;
/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) {
1773 if (app.info.getNativeHeapZeroInitialized() != ApplicationInfo.ZEROINIT_DEFAULT) {
/frameworks/base/core/api/
Dcurrent.txt12001 field public static final int ZEROINIT_DEFAULT = -1; // 0xffffffff