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