Searched defs:handleProfiling (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java75 public boolean handleProfiling; field in class:InstrumentationInfo
90 handleProfiling = orig.handleProfiling;
111 dest.writeInt((handleProfiling == false) ? 0 : 1);
132 handleProfiling = source.readInt() != 0;

Completed in 116 milliseconds