Searched refs:mIsCaptureSupported (Results 1 – 2 of 2) 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()498 + ", mIsCaptureSupported=" + mIsCaptureSupported in toString()507 mIsCaptureSupported, mBands, mIsBgScanSupported, mDabFrequencyTable, mVendorInfo); in hashCode()526 if (mIsCaptureSupported != other.mIsCaptureSupported) return false; in equals()
24702 Landroid/hardware/radio/RadioManager$ModuleProperties;->mIsCaptureSupported:Z