Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java510 if (o.mDataSchemes != null) { in IntentFilter()
511 mDataSchemes = new ArrayList<String>(o.mDataSchemes); in IntentFilter()
680 || mDataSchemes == null in handlesWebUris()
1093 if (mDataSchemes == null) mDataSchemes = new ArrayList<String>(); in addDataScheme()
1103 return mDataSchemes != null ? mDataSchemes.size() : 0; in countDataSchemes()
1110 return mDataSchemes.get(index); in getDataScheme()
1123 return mDataSchemes != null && mDataSchemes.contains(scheme); in hasDataScheme()
1130 return mDataSchemes != null ? mDataSchemes.iterator() : null; in schemesIterator()
2638 if (mDataSchemes != null) { in dumpDebug()
2705 if (mDataSchemes != null) { in dump()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10699 Landroid/content/IntentFilter;->mDataSchemes:Ljava/util/ArrayList;