Searched refs:mProtoPath (Results 1 – 1 of 1) sorted by relevance
89 private String mProtoPath = null; field in PreviousResultLoader136 mProtoPath = in init()223 if (mProtoPath != null) { in loadPreviousResults()227 while (new File(mProtoPath + index).exists()) { in loadPreviousResults()229 parser.processFileProto(new File(mProtoPath + index)); in loadPreviousResults()