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

/frameworks/native/cmds/installd/
H A DCacheTracker.h67 std::vector<std::string> mDataPaths; member in class:android::installd::CacheTracker
/frameworks/base/core/java/android/content/
H A DIntentFilter.java279 private ArrayList<PatternMatcher> mDataPaths = null; field in class:IntentFilter
466 if (o.mDataPaths != null) {
467 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths);
1199 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>();
1200 mDataPaths.add(path);
1207 return mDataPaths != null ? mDataPaths.size() : 0;
1214 return mDataPaths
[all...]

Completed in 58 milliseconds