Home
last modified time | relevance | path

Searched refs:getNativeHeapZeroInitialized (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedProcess.java53 int getNativeHeapZeroInitialized(); in getNativeHeapZeroInitialized() method
H A DParsedProcessImpl.java69 nativeHeapZeroInitialized = other.getNativeHeapZeroInitialized(); in ParsedProcessImpl()
76 nativeHeapZeroInitialized = other.getNativeHeapZeroInitialized(); in addStateFrom()
172 public @ApplicationInfo.NativeHeapZeroInitialized int getNativeHeapZeroInitialized() { in getNativeHeapZeroInitialized() method in ParsedProcessImpl
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParsedProcessTest.kt42 ParsedProcess::getNativeHeapZeroInitialized,
H A DAndroidPackageTest.kt180 AndroidPackage::getNativeHeapZeroInitialized,
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java1419 if (info.getNativeHeapZeroInitialized() != ApplicationInfo.ZEROINIT_DEFAULT) { in enableNativeHeapZeroInit()
1420 return info.getNativeHeapZeroInitialized() == ApplicationInfo.ZEROINIT_ENABLED; in enableNativeHeapZeroInit()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java243 int getNativeHeapZeroInitialized(); in getNativeHeapZeroInitialized() method
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt109 method public int getNativeHeapZeroInitialized();
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2719 public int getNativeHeapZeroInitialized() { in getNativeHeapZeroInitialized() method in ApplicationInfo
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java780 proc.getNativeHeapZeroInitialized())); in generateProcessInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java1075 public int getNativeHeapZeroInitialized() { in getNativeHeapZeroInitialized() method in PackageImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11776 method public int getNativeHeapZeroInitialized();