Searched refs:mIsCaptureSupported (Results 1 – 1 of 1) sorted by relevance
111 private final boolean mIsCaptureSupported; field in RadioManager.ModuleProperties125 mIsCaptureSupported = isCaptureSupported; in ModuleProperties()198 return mIsCaptureSupported; in isCaptureSupported()217 mIsCaptureSupported = in.readInt() == 1; in ModuleProperties()246 dest.writeInt(mIsCaptureSupported ? 1 : 0); in writeToParcel()262 + ", mIsCaptureSupported=" + mIsCaptureSupported in toString()278 result = prime * result + (mIsCaptureSupported ? 1 : 0); in hashCode()318 if (mIsCaptureSupported != other.isCaptureSupported()) in equals()