Searched refs:mDataPaths (Results 1 – 4 of 4) sorted by relevance
282 private ArrayList<PatternMatcher> mDataPaths = null; field in IntentFilter469 if (o.mDataPaths != null) { in IntentFilter()470 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths); in IntentFilter()1216 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>(); in addDataPath()1217 mDataPaths.add(path); in addDataPath()1224 return mDataPaths != null ? mDataPaths.size() : 0; in countDataPaths()1231 return mDataPaths.get(index); in getDataPath()1246 if (mDataPaths == null) { in hasDataPath()1249 final int numDataPaths = mDataPaths.size(); in hasDataPath()1251 final PatternMatcher pe = mDataPaths.get(i); in hasDataPath()[all …]
54 mDataPaths.push_back(dataPath); in addDataPath()67 for (const auto& path : mDataPaths) { in loadStats()168 for (const auto& path : mDataPaths) { in loadItems()
67 std::vector<std::string> mDataPaths; variable
13585 Landroid/content/IntentFilter;->mDataPaths:Ljava/util/ArrayList;