Searched refs:handleProfiling (Results 1 – 10 of 10) sorted by relevance
39 boolean handleProfiling; field in ParsedInstrumentation73 dest.writeBoolean(this.handleProfiling); in writeToParcel()81 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentation()109 return handleProfiling; in isHandleProfiling()
64 …instrumentation.handleProfiling = sa.getBoolean(R.styleable.AndroidManifestInstrumentation_handleP… in parseInstrumentation()
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()
3311 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
645 ii.handleProfiling = i.isHandleProfiling(); in generateInstrumentationInfo()
6923 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
751 field public static final int handleProfiling = 16842786; // 0x101002212171 field public boolean handleProfiling;
639 field public static final int handleProfiling = 16842786; // 0x10100228484 field public boolean handleProfiling;
79214 Lcom/android/internal/R$attr;->handleProfiling:I