Searched refs:mStartType (Results 1 – 1 of 1) sorted by relevance
260 private @StartType int mStartType; field in ApplicationStartInfo424 mStartType = startType; in setStartType()595 return mStartType; in getStartType()665 dest.writeInt(mStartType); in writeToParcel()685 mStartType = other.mStartType; in ApplicationStartInfo()706 mStartType = in.readInt(); in ApplicationStartInfo()773 proto.write(ApplicationStartInfoProto.START_TYPE, mStartType); in writeToProto()850 mStartType = proto.readInt(ApplicationStartInfoProto.START_TYPE); in readFromProto()894 .append(" startType=").append(startTypeToString(mStartType)) in dump()950 && mStartupState == o.mStartupState && mStartType == o.mStartType[all …]