Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DFusedBatchOptions.java28 private volatile int mSourcesToUse = 0; field in FusedBatchOptions
54 mSourcesToUse |= source; in setSourceToUse()
58 mSourcesToUse &= ~source; in resetSourceToUse()
62 return (mSourcesToUse & source) != 0; in isSourceToUseSet()
66 return mSourcesToUse; in getSourcesToUse()
133 parcel.writeInt(mSourcesToUse); in writeToParcel()