Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java176 private volatile boolean mIsJobAttributionFixed; field in SyncStorageEngine
857 if (mIsJobAttributionFixed == fixed) { in setJobAttributionFixed()
860 mIsJobAttributionFixed = fixed; in setJobAttributionFixed()
867 return mIsJobAttributionFixed; in isJobAttributionFixed()
2139 mIsJobAttributionFixed = in readStatusInfoLocked()
2411 proto.write(SyncStatusProto.IS_JOB_ATTRIBUTION_FIXED, mIsJobAttributionFixed); in writeStatusInfoLocked()