Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedInstrumentationImpl.java44 private boolean handleProfiling; field in ParsedInstrumentationImpl
80 dest.writeBoolean(this.handleProfiling); in writeToParcel()
88 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentationImpl()
125 boolean handleProfiling, in ParsedInstrumentationImpl() argument
129 this.handleProfiling = handleProfiling; in ParsedInstrumentationImpl()
147 return handleProfiling; in isHandleProfiling()
157 handleProfiling = value; in setHandleProfiling()
/aosp14/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.java3367 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java677 info.handleProfiling = i.isHandleProfiling(); in generateInstrumentationInfo()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java7294 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
/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.txt898 field public static final int handleProfiling = 16842786; // 0x1010022
12029 field public boolean handleProfiling;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75891 Lcom/android/internal/R$attr;->handleProfiling:I