Home
last modified time | relevance | path

Searched defs:nativeHeapZeroInitialized (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DProcessInfo.java65 public @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized; field in ProcessInfo
112 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized) { in ProcessInfo()
H A DApplicationInfo.java1472 private @NativeHeapZeroInitialized int nativeHeapZeroInitialized = ZEROINIT_DEFAULT; field in ApplicationInfo
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedProcess.java50 protected int nativeHeapZeroInitialized = ApplicationInfo.ZEROINIT_DEFAULT; field in ParsedProcess
85 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized) { in ParsedProcess()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java399 private int nativeHeapZeroInitialized; field in ParsingPackageImpl
H A DParsingPackage.java261 ParsingPackage setNativeHeapZeroInitialized( in setNativeHeapZeroInitialized()