Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java176 private volatile boolean mIsJobAttributionFixed; field in SyncStorageEngine
863 if (mIsJobAttributionFixed == fixed) { in setJobAttributionFixed()
866 mIsJobAttributionFixed = fixed; in setJobAttributionFixed()
873 return mIsJobAttributionFixed; in isJobAttributionFixed()
2145 mIsJobAttributionFixed = in readStatusInfoLocked()
2417 proto.write(SyncStatusProto.IS_JOB_ATTRIBUTION_FIXED, mIsJobAttributionFixed); in writeStatusInfoLocked()