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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java111 private final boolean mIsCaptureSupported; field in class:RadioManager.ModuleProperties
125 mIsCaptureSupported = isCaptureSupported;
198 return mIsCaptureSupported;
217 mIsCaptureSupported = in.readInt() == 1;
246 dest.writeInt(mIsCaptureSupported ? 1 : 0);
262 + ", mIsCaptureSupported=" + mIsCaptureSupported
278 result = prime * result + (mIsCaptureSupported ? 1 : 0);
318 if (mIsCaptureSupported != other.isCaptureSupported())

Completed in 35 milliseconds