Searched refs:mCandidates (Results 1 – 4 of 4) sorted by relevance
23 private Vector<FilterPoint> mCandidates = new Vector<FilterPoint>(); field in FilterPointRepresentation43 return mCandidates != null; in hasCandidates()47 return mCandidates; in getCandidates()59 return this.mCandidates.get(index); in getCandidate()63 this.mCandidates.add(c); in addCandidate()70 mCandidates.clear(); in useParametersFrom()71 for (FilterPoint redEyeCandidate : representation.mCandidates) { in useParametersFrom()72 mCandidates.add(redEyeCandidate); in useParametersFrom()78 this.mCandidates.remove(c); in removeCandidate()82 this.mCandidates.clear(); in clearCandidates()[all …]
46 private final Map<String, CandidateInfo> mCandidates = new ArrayMap<>(); field in RadioButtonPickerFragment102 return mCandidates.get(key); in getCandidate()123 mCandidates.clear(); in updateCandidates()127 mCandidates.put(info.getKey(), info); in updateCandidates()
126 private VolumeInfo[] mCandidates; field in AppStorageSettings246 final VolumeInfo targetVol = mCandidates[which]; in onClick()334 mCandidates = candidates.toArray(new VolumeInfo[candidates.size()]); in initMoveDialog()
185 protected MatchCandidateList mCandidates = new MatchCandidateList(); field in AbstractContactAggregator487 mCandidates); in aggregateInTransaction()