Searched refs:mIsCaptureSupported (Results 1 – 1 of 1) sorted by relevance
215 private final boolean mIsCaptureSupported; field in RadioManager.ModuleProperties242 mIsCaptureSupported = isCaptureSupported; in ModuleProperties()353 return mIsCaptureSupported; in isCaptureSupported()438 mIsCaptureSupported = in.readInt() == 1; in ModuleProperties()474 dest.writeInt(mIsCaptureSupported ? 1 : 0); in writeToParcel()497 + ", mIsCaptureSupported=" + mIsCaptureSupported in toString()506 mIsCaptureSupported, mBands, mIsBgScanSupported, mDabFrequencyTable, mVendorInfo); in hashCode()525 if (mIsCaptureSupported != other.mIsCaptureSupported) return false; in equals()