Searched refs:mPrototype (Results 1 – 1 of 1) sorted by relevance
127 final JobStatus mPrototype; field in JobStatus.Builder130 mPrototype = new JobStatus(); in Builder()134 mPrototype = new JobStatus(from); in Builder()138 mPrototype.mId = id; in setId()143 mPrototype.mJobState = jobState; in setJobState()148 mPrototype.mJobResult = jobResult; in setJobResult()153 mPrototype.mCertificate = certificate; in setCertificate()158 mPrototype.mBlockedReasons.clear(); in clearBlockedReasons()163 mPrototype.mBlockedReasons.add(blockedReason); in addBlockedReason()168 return new JobStatus(mPrototype); in build()