Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java238 private final Set<Integer> mSupportedIdentifierTypes; field in RadioManager.ModuleProperties
265 mSupportedIdentifierTypes = arrayToSet(supportedIdentifierTypes); in ModuleProperties()
410 return mSupportedIdentifierTypes.contains(type); in isProgramIdentifierSupported()
468 mSupportedIdentifierTypes = arrayToSet(in.createIntArray()); in ModuleProperties()
501 dest.writeIntArray(setToArray(mSupportedIdentifierTypes)); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21822 Landroid/hardware/radio/RadioManager$ModuleProperties;->mSupportedIdentifierTypes:Ljava/util/Set;