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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java113 String serial, int numTuners, int numAudioSources, boolean isCaptureSupported,
123 mIsCaptureSupported = isCaptureSupported;
195 public boolean isCaptureSupported() { method in class:RadioManager.ModuleProperties
316 if (mIsCaptureSupported != other.isCaptureSupported())
112 ModuleProperties(int id, int classId, String implementor, String product, String version, String serial, int numTuners, int numAudioSources, boolean isCaptureSupported, BandDescriptor[] bands) argument

Completed in 60 milliseconds