Searched refs:mSupportedIdentifierTypes (Results 1 – 1 of 1) sorted by relevance
219 private final Set<Integer> mSupportedIdentifierTypes; field in RadioManager.ModuleProperties246 mSupportedIdentifierTypes = arrayToSet(supportedIdentifierTypes); in ModuleProperties()389 return mSupportedIdentifierTypes.contains(type); in isProgramIdentifierSupported()446 mSupportedIdentifierTypes = arrayToSet(in.createIntArray()); in ModuleProperties()478 dest.writeIntArray(setToArray(mSupportedIdentifierTypes)); in writeToParcel()