Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DAppIdSettingMap.java39 private final SnapshotCache<WatchedArrayList<SettingBase>> mNonSystemSettingsSnapshot; field in AppIdSettingMap
46 mNonSystemSettingsSnapshot = new SnapshotCache.Auto<>( in AppIdSettingMap()
54 mNonSystemSettings = orig.mNonSystemSettingsSnapshot.snapshot(); in AppIdSettingMap()
55 mNonSystemSettingsSnapshot = new SnapshotCache.Sealed<>(); in AppIdSettingMap()