Searched refs:mSourcesToUse (Results 1 – 2 of 2) sorted by relevance
28 private volatile int mSourcesToUse = 0; field in FusedBatchOptions64 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()
32991 Landroid/location/FusedBatchOptions;->mSourcesToUse:I