Searched refs:mIsCaptureSupported (Results 1 – 2 of 2) sorted by relevance
234 private final boolean mIsCaptureSupported; field in RadioManager.ModuleProperties261 mIsCaptureSupported = isCaptureSupported; in ModuleProperties()374 return mIsCaptureSupported; in isCaptureSupported()459 mIsCaptureSupported = in.readInt() == 1; in ModuleProperties()497 dest.writeInt(mIsCaptureSupported ? 1 : 0); in writeToParcel()521 + ", mIsCaptureSupported=" + mIsCaptureSupported in toString()530 mIsCaptureSupported, Arrays.hashCode(mBands), mIsBgScanSupported, in hashCode()550 if (mIsCaptureSupported != other.mIsCaptureSupported) return false; in equals()
21815 Landroid/hardware/radio/RadioManager$ModuleProperties;->mIsCaptureSupported:Z