Searched defs:mNumAudioSources (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java108 private final int mNumAudioSources; field in class:RadioManager.ModuleProperties
122 mNumAudioSources = numAudioSources;
187 return mNumAudioSources;
214 mNumAudioSources = in.readInt();
243 dest.writeInt(mNumAudioSources);
259 + ", mNumAudioSources=" + mNumAudioSources
275 result = prime * result + mNumAudioSources;
314 if (mNumAudioSources != other.getNumAudioSources())

Completed in 57 milliseconds