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