Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java35 import com.android.documentsui.prefs.ScopedPreferences;
53 public final ScopedPreferences prefs;
86 ScopedPreferences prefs, in Injector()
99 ScopedPreferences prefs, in Injector()
DShortcutsUpdater.java30 import com.android.documentsui.prefs.ScopedPreferences;
43 private final ScopedPreferences mPrefs;
46 public ShortcutsUpdater(Context context, ScopedPreferences prefs) { in ShortcutsUpdater()
DBaseActivity.java68 import com.android.documentsui.prefs.ScopedPreferences;
287 case ScopedPreferences.INCLUDE_DEVICE_ROOT: in onPreferenceChanged()
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DScopedPreferences.java31 public interface ScopedPreferences { interface
43 public static ScopedPreferences create(Context context, String scope) { in create()
48 static final class RuntimeScopedPreferences implements ScopedPreferences {
DPreferences.java22 return LocalPreferences.shouldBackup(s) || ScopedPreferences.shouldBackup(s); in shouldBackup()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java56 import com.android.documentsui.prefs.ScopedPreferences;
90 ScopedPreferences prefs = ScopedPreferences.create(this, PREFERENCES_SCOPE); in onCreate()
95 ScopedPreferences.create(this, PREFERENCES_SCOPE), in onCreate()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScopedPreferences.java19 import com.android.documentsui.prefs.ScopedPreferences;
24 public class TestScopedPreferences implements ScopedPreferences {
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
DPreferencesMonitorTest.java57 mPrefs.edit().putBoolean(ScopedPreferences.INCLUDE_DEVICE_ROOT, true).apply(); in testReportsChangesToListener()
60 mConsumer.assertLastArgument(ScopedPreferences.INCLUDE_DEVICE_ROOT); in testReportsChangesToListener()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java59 import com.android.documentsui.prefs.ScopedPreferences;
89 ScopedPreferences prefs = ScopedPreferences.create(this, PREFERENCES_SCOPE); in onCreate()