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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java157 private final boolean mIsCaptureSupported; field in class:RadioManager.ModuleProperties
179 mIsCaptureSupported = isCaptureSupported;
271 return mIsCaptureSupported;
342 mIsCaptureSupported = in.readInt() == 1;
376 dest.writeInt(mIsCaptureSupported ? 1 : 0);
397 + ", mIsCaptureSupported=" + mIsCaptureSupported
415 result = prime * result + (mIsCaptureSupported ? 1 : 0);
458 if (mIsCaptureSupported != other.isCaptureSupported())

Completed in 258 milliseconds