Searched refs:handleProfiling (Results 1 – 7 of 7) sorted by relevance
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()
3434 a.info.handleProfiling = sa.getBoolean( in parseInstrumentation()
6442 if (mProfiler.profileFile != null && !ii.handleProfiling in handleBindApplication()
639 field public static final int handleProfiling = 16842786; // 0x10100228484 field public boolean handleProfiling;
702 field public static final int handleProfiling = 16842786; // 0x101002211245 field public boolean handleProfiling;
90320 Lcom/android/internal/R$attr;->handleProfiling:I