Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DIntentFilter.java498 if (o.mDataPaths != null) { in IntentFilter()
499 mDataPaths = new ArrayList<PatternMatcher>(o.mDataPaths); in IntentFilter()
1438 if (mDataPaths == null) mDataPaths = new ArrayList<PatternMatcher>(); in addDataPath()
1439 mDataPaths.add(path); in addDataPath()
1446 return mDataPaths != null ? mDataPaths.size() : 0; in countDataPaths()
1477 if (mDataPaths == null) { in hasDataPath()
1496 if (mDataPaths == null) { in hasDataPath()
1513 return mDataPaths != null ? mDataPaths.iterator() : null; in pathsIterator()
2131 if (mDataPaths != null) { in dumpDebug()
2208 if (mDataPaths != null) { in dump()
[all …]
/aosp12/frameworks/native/cmds/installd/
H A DCacheTracker.cpp54 mDataPaths.push_back(dataPath); in addDataPath()
67 for (const auto& path : mDataPaths) { in loadStats()
168 for (const auto& path : mDataPaths) { in loadItems()
H A DCacheTracker.h67 std::vector<std::string> mDataPaths; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13576 Landroid/content/IntentFilter;->mDataPaths:Ljava/util/ArrayList;