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

/frameworks/native/cmds/installd/
H A DCacheTracker.cpp49 void CacheTracker::addDataPath(const std::string& dataPath) { function in class:android::installd::CacheTracker
/frameworks/base/core/java/android/content/
H A DIntentFilter.java59 * {@link #addDataAuthority}, {@link #addDataPath}, and {@link #addCategory}, respectively).
999 * {@link #addDataPath(String, int)} can provide a better mechanism for matching
1193 public final void addDataPath(String path, int type) { method in class:IntentFilter
1194 addDataPath(new PatternMatcher(path.intern(), type));
1198 public final void addDataPath(PatternMatcher path) { method in class:IntentFilter
1727 addDataPath(path, PatternMatcher.PATTERN_LITERAL);
1729 addDataPath(path, PatternMatcher.PATTERN_PREFIX);
1731 addDataPath(path, PatternMatcher.PATTERN_SIMPLE_GLOB);
1733 addDataPath(path, PatternMatcher.PATTERN_ADVANCED_GLOB);

Completed in 352 milliseconds