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

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java33 public class ProfilerInfo implements Parcelable { class in inherits:Parcelable
35 private static final String TAG = "ProfilerInfo";
68 public ProfilerInfo(String filename, ParcelFileDescriptor fd, int interval, boolean autoStop, method in class:ProfilerInfo
79 public ProfilerInfo(ProfilerInfo in) { method in class:ProfilerInfo
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>() {
164 private ProfilerInfo(Parcel in) { method in class:ProfilerInfo
[all...]

Completed in 331 milliseconds