Home
last modified time | relevance | path

Searched refs:mIsCaptureSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java268 private final boolean mIsCaptureSupported; field in RadioManager.ModuleProperties
295 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21815 Landroid/hardware/radio/RadioManager$ModuleProperties;->mIsCaptureSupported:Z