[go: nahoru, domu]

Searched refs:mDataPaths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentFilter.java273 private ArrayList<PatternMatcher> mDataPaths = null; field in class:IntentFilter
444 if (o.mDataPaths != null) {
445 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths);
1143 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>();
1144 mDataPaths.add(path);
1151 return mDataPaths != null ? mDataPaths.size() : 0;
1158 return mDataPaths
[all...]

Completed in 39 milliseconds