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

  /frameworks/base/core/java/android/app/
ProfilerInfo.java 33 public class ProfilerInfo implements Parcelable {
35 private static final String TAG = "ProfilerInfo";
68 public ProfilerInfo(String filename, ParcelFileDescriptor fd, int interval, boolean autoStop,
79 public ProfilerInfo(ProfilerInfo in) {
90 * Return a new ProfilerInfo instance, with fields populated from this object,
93 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) {
94 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval,
151 public static final Parcelable.Creator<ProfilerInfo> CREATOR =
152 new Parcelable.Creator<ProfilerInfo>() {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 114 milliseconds