Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java266 private final int mNumAudioSources; field in RadioManager.ModuleProperties
293 mNumAudioSources = numAudioSources; in ModuleProperties()
399 return mNumAudioSources; in getNumAudioSources()
508 mNumAudioSources = in.readInt(); in ModuleProperties()
546 dest.writeInt(mNumAudioSources); in writeToParcel()
570 + ", mNumAudioSources=" + mNumAudioSources in toString()
580 mSerial, mNumTuners, mNumAudioSources, mIsInitializationRequired, in hashCode()
599 if (mNumAudioSources != other.mNumAudioSources) return false; in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21817 Landroid/hardware/radio/RadioManager$ModuleProperties;->mNumAudioSources:I