Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java344 private ArrayList<PatternMatcher> mDataPaths = null; field in IntentFilter
539 if (o.mDataPaths != null) { in IntentFilter()
540 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths); in IntentFilter()
1524 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>(); in addDataPath()
1525 mDataPaths.add(path); in addDataPath()
1532 return mDataPaths != null ? mDataPaths.size() : 0; in countDataPaths()
1539 return mDataPaths.get(index); in getDataPath()
1563 if (mDataPaths == null) { in hasDataPath()
1569 final int numDataPaths = mDataPaths.size(); in hasDataPath()
1571 final PatternMatcher pe = mDataPaths.get(i); in hasDataPath()
[all …]
/frameworks/native/cmds/installd/
DCacheTracker.cpp54 mDataPaths.push_back(dataPath); in addDataPath()
67 for (const auto& path : mDataPaths) { in loadStats()
168 for (const auto& path : mDataPaths) { in loadItems()
DCacheTracker.h67 std::vector<std::string> mDataPaths; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10698 Landroid/content/IntentFilter;->mDataPaths:Ljava/util/ArrayList;