Searched refs:mDataPaths (Results 1 – 1 of 1) sorted by relevance
274 private ArrayList<PatternMatcher> mDataPaths = null; field in IntentFilter446 if (o.mDataPaths != null) { in IntentFilter()447 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths); in IntentFilter()1155 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>(); in addDataPath()1156 mDataPaths.add(path); in addDataPath()1163 return mDataPaths != null ? mDataPaths.size() : 0; in countDataPaths()1170 return mDataPaths.get(index); in getDataPath()1185 if (mDataPaths == null) { in hasDataPath()1188 final int numDataPaths = mDataPaths.size(); in hasDataPath()1190 final PatternMatcher pe = mDataPaths.get(i); in hasDataPath()[all …]