Home
last modified time | relevance | path

Searched refs:mDataSchemes (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DIntentFilter.java489 if (o.mDataSchemes != null) { in IntentFilter()
490 mDataSchemes = new ArrayList<String>(o.mDataSchemes); in IntentFilter()
633 || mDataSchemes == null in handlesWebUris()
1045 if (mDataSchemes == null) mDataSchemes = new ArrayList<String>(); in addDataScheme()
1055 return mDataSchemes != null ? mDataSchemes.size() : 0; in countDataSchemes()
1062 return mDataSchemes.get(index); in getDataScheme()
1075 return mDataSchemes != null && mDataSchemes.contains(scheme); in hasDataScheme()
1082 return mDataSchemes != null ? mDataSchemes.iterator() : null; in schemesIterator()
2113 if (mDataSchemes != null) { in dumpDebug()
2177 if (mDataSchemes != null) { in dump()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13577 Landroid/content/IntentFilter;->mDataSchemes:Ljava/util/ArrayList;