Searched refs:mDataPaths (Results 1 – 2 of 2) sorted by relevance
519 if (o.mDataPaths != null) { in IntentFilter()520 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths); in IntentFilter()1486 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>(); in addDataPath()1487 mDataPaths.add(path); in addDataPath()1494 return mDataPaths != null ? mDataPaths.size() : 0; in countDataPaths()1525 if (mDataPaths == null) { in hasDataPath()1544 if (mDataPaths == null) { in hasDataPath()1561 return mDataPaths != null ? mDataPaths.iterator() : null; in pathsIterator()2656 if (mDataPaths != null) { in dumpDebug()2736 if (mDataPaths != null) { in dump()[all …]
10698 Landroid/content/IntentFilter;->mDataPaths:Ljava/util/ArrayList;