Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java272 private final Set<Integer> mSupportedIdentifierTypes; field in RadioManager.ModuleProperties
299 mSupportedIdentifierTypes = arrayToSet(supportedIdentifierTypes); in ModuleProperties()
460 return mSupportedIdentifierTypes.contains(type); in isProgramIdentifierSupported()
519 mSupportedIdentifierTypes = arrayToSet(in.createIntArray()); in ModuleProperties()
552 dest.writeIntArray(setToArray(mSupportedIdentifierTypes)); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21822 Landroid/hardware/radio/RadioManager$ModuleProperties;->mSupportedIdentifierTypes:Ljava/util/Set;