Searched refs:mIsBgScanSupported (Results 1 – 2 of 2) sorted by relevance
270 private final boolean mIsBgScanSupported; field in RadioManager.ModuleProperties297 mIsBgScanSupported = isBgScanSupported; in ModuleProperties()435 return mIsBgScanSupported; in isBackgroundScanningSupported()517 mIsBgScanSupported = in.readInt() == 1; in ModuleProperties()550 dest.writeInt(mIsBgScanSupported ? 1 : 0); in writeToParcel()573 + ", mIsBgScanSupported=" + mIsBgScanSupported in toString()581 mIsCaptureSupported, Arrays.hashCode(mBands), mIsBgScanSupported, in hashCode()603 if (mIsBgScanSupported != other.mIsBgScanSupported) return false; in equals()
21814 Landroid/hardware/radio/RadioManager$ModuleProperties;->mIsBgScanSupported:Z