Home
last modified time | relevance | path

Searched refs:handleProfiling (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedInstrumentation.java39 boolean handleProfiling; field in ParsedInstrumentation
73 dest.writeBoolean(this.handleProfiling); in writeToParcel()
81 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentation()
109 return handleProfiling; in isHandleProfiling()
H A DParsedInstrumentationUtils.java64 …instrumentation.handleProfiling = sa.getBoolean(R.styleable.AndroidManifestInstrumentation_handleP… in parseInstrumentation()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java119 public boolean handleProfiling; field in InstrumentationInfo
144 handleProfiling = orig.handleProfiling; in InstrumentationInfo()
175 dest.writeInt((handleProfiling == false) ? 0 : 1); in writeToParcel()
207 handleProfiling = source.readInt() != 0; in InstrumentationInfo()
H A DPackageParser.java3311 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java645 ii.handleProfiling = i.isHandleProfiling(); in generateInstrumentationInfo()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java6923 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt751 field public static final int handleProfiling = 16842786; // 0x1010022
12171 field public boolean handleProfiling;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt639 field public static final int handleProfiling = 16842786; // 0x1010022
8484 field public boolean handleProfiling;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79214 Lcom/android/internal/R$attr;->handleProfiling:I