Searched refs:handleProfiling (Results 1 – 8 of 8) sorted by relevance
44 private boolean handleProfiling; field in ParsedInstrumentationImpl80 dest.writeBoolean(this.handleProfiling); in writeToParcel()88 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentationImpl()125 boolean handleProfiling, in ParsedInstrumentationImpl() argument129 this.handleProfiling = handleProfiling; in ParsedInstrumentationImpl()147 return handleProfiling; in isHandleProfiling()157 handleProfiling = value; in setHandleProfiling()
119 public boolean handleProfiling; field in InstrumentationInfo144 handleProfiling = orig.handleProfiling; in InstrumentationInfo()175 dest.writeInt((handleProfiling == false) ? 0 : 1); in writeToParcel()207 handleProfiling = source.readInt() != 0; in InstrumentationInfo()
3367 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
677 info.handleProfiling = i.isHandleProfiling(); in generateInstrumentationInfo()
7294 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
898 field public static final int handleProfiling = 16842786; // 0x101002212029 field public boolean handleProfiling;
75891 Lcom/android/internal/R$attr;->handleProfiling:I