Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
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()
DParsedInstrumentationUtils.java64 …instrumentation.handleProfiling = sa.getBoolean(R.styleable.AndroidManifestInstrumentation_handleP… in parseInstrumentation()
/frameworks/base/core/java/android/content/pm/
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()
DPackageParser.java3311 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
/frameworks/base/core/java/android/content/pm/parsing/
DPackageInfoWithoutStateUtils.java645 ii.handleProfiling = i.isHandleProfiling(); in generateInstrumentationInfo()
/frameworks/base/core/java/android/app/
DActivityThread.java6889 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
/frameworks/base/core/api/
Dcurrent.txt750 field public static final int handleProfiling = 16842786; // 0x1010022
12164 field public boolean handleProfiling;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt639 field public static final int handleProfiling = 16842786; // 0x1010022
8484 field public boolean handleProfiling;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt79214 Lcom/android/internal/R$attr;->handleProfiling:I