Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DFusedBatchOptions.java28 private volatile int mSourcesToUse = 0; field in FusedBatchOptions
64 mSourcesToUse |= source; in setSourceToUse()
68 mSourcesToUse &= ~source; in resetSourceToUse()
72 return (mSourcesToUse & source) != 0; in isSourceToUseSet()
76 return mSourcesToUse; in getSourcesToUse()
144 parcel.writeInt(mSourcesToUse); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32991 Landroid/location/FusedBatchOptions;->mSourcesToUse:I