Searched refs:setMemtagMode (Results 1 – 6 of 6) sorted by relevance
108 proc.setMemtagMode(sa.getInt(R.styleable.AndroidManifestProcess_memtagMode, -1)); in parseProcess()
221 public @NonNull ParsedProcessImpl setMemtagMode(@ApplicationInfo.MemtagMode int value) { in setMemtagMode() method in ParsedProcessImpl
275 ParsingPackage setMemtagMode(@ApplicationInfo.MemtagMode int memtagMode); in setMemtagMode() method
535 pkg.setMemtagMode(-1); in parsePackageFromPackageLite()2158 pkg.setMemtagMode(sa.getInt(R.styleable.AndroidManifestApplication_memtagMode, -1));
2737 /** {@hide} */ public void setMemtagMode(@MemtagMode int value) { memtagMode = value; } in setMemtagMode() method in ApplicationInfo
2148 public PackageImpl setMemtagMode(@ApplicationInfo.MemtagMode int value) {2656 appInfo.setMemtagMode(memtagMode);