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

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

Completed in 85 milliseconds