HomeSort by relevance Sort by last modified time
    Searched defs:autoStopProfiler (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/app/
ProfilerInfo.java 47 public final boolean autoStopProfiler;
73 autoStopProfiler = autoStop;
83 autoStopProfiler = in.autoStopProfiler;
95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind);
131 out.writeInt(autoStopProfiler ? 1 : 0);
145 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler);
168 autoStopProfiler = in.readInt() != 0;
185 && autoStopProfiler == other.autoStopProfiler
    [all...]
ActivityThread.java 658 boolean autoStopProfiler;
684 autoStopProfiler = profilerInfo.autoStopProfiler;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 505 milliseconds