Searched refs:mSupportedProgramTypes (Results 1 – 1 of 1) sorted by relevance
218 private final Set<Integer> mSupportedProgramTypes; field in RadioManager.ModuleProperties245 mSupportedProgramTypes = arrayToSet(supportedProgramTypes); in ModuleProperties()376 return mSupportedProgramTypes.contains(type); in isProgramTypeSupported()445 mSupportedProgramTypes = arrayToSet(in.createIntArray()); in ModuleProperties()477 dest.writeIntArray(setToArray(mSupportedProgramTypes)); in writeToParcel()