Searched refs:mIsCaptureSupported (Results 1 – 2 of 2) sorted by relevance
268 private final boolean mIsCaptureSupported; field in RadioManager.ModuleProperties295 mIsCaptureSupported = isCaptureSupported; in ModuleProperties()424 return mIsCaptureSupported; in isCaptureSupported()510 mIsCaptureSupported = in.readInt() == 1; in ModuleProperties()548 dest.writeInt(mIsCaptureSupported ? 1 : 0); in writeToParcel()572 + ", mIsCaptureSupported=" + mIsCaptureSupported in toString()581 mIsCaptureSupported, Arrays.hashCode(mBands), mIsBgScanSupported, in hashCode()601 if (mIsCaptureSupported != other.mIsCaptureSupported) return false; in equals()
21815 Landroid/hardware/radio/RadioManager$ModuleProperties;->mIsCaptureSupported:Z