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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java109 private final boolean mIsCaptureSupported; field in class:RadioManager.ModuleProperties
123 mIsCaptureSupported = isCaptureSupported;
196 return mIsCaptureSupported;
215 mIsCaptureSupported = in.readInt() == 1;
244 dest.writeInt(mIsCaptureSupported ? 1 : 0);
260 + ", mIsCaptureSupported=" + mIsCaptureSupported
276 result = prime * result + (mIsCaptureSupported ? 1 : 0);
316 if (mIsCaptureSupported != other.isCaptureSupported())

Completed in 454 milliseconds