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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java166 boolean isCaptureSupported, BandDescriptor[] bands, boolean isBgScanSupported,
179 mIsCaptureSupported = isCaptureSupported;
270 public boolean isCaptureSupported() { method in class:RadioManager.ModuleProperties
458 if (mIsCaptureSupported != other.isCaptureSupported())
164 ModuleProperties(int id, String serviceName, int classId, String implementor, String product, String version, String serial, int numTuners, int numAudioSources, boolean isCaptureSupported, BandDescriptor[] bands, boolean isBgScanSupported, @ProgramSelector.ProgramType int[] supportedProgramTypes, @ProgramSelector.IdentifierType int[] supportedIdentifierTypes, Map<String, String> vendorInfo) argument

Completed in 34 milliseconds