Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DAppIdSettingMap.java41 private final SnapshotCache<WatchedSparseArray<SettingBase>> mSystemSettingsSnapshot; field in AppIdSettingMap
49 mSystemSettingsSnapshot = new SnapshotCache.Auto<>( in AppIdSettingMap()
56 mSystemSettings = orig.mSystemSettingsSnapshot.snapshot(); in AppIdSettingMap()
57 mSystemSettingsSnapshot = new SnapshotCache.Sealed<>(); in AppIdSettingMap()