OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedPreferences
(Results
1 - 8
of
8
) sorted by null
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestScopedPreferences.java
19
import com.android.documentsui.prefs.
ScopedPreferences
;
22
* Test copy of
ScopedPreferences
, everything default to false.
24
public class TestScopedPreferences implements
ScopedPreferences
{
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
Preferences.java
22
return LocalPreferences.shouldBackup(s) ||
ScopedPreferences
.shouldBackup(s);
ScopedPreferences.java
29
public interface
ScopedPreferences
{
41
public static
ScopedPreferences
create(Context context, String scope) {
46
static final class RuntimeScopedPreferences implements
ScopedPreferences
{
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
PreferencesMonitorTest.java
56
mPrefs.edit().putBoolean(
ScopedPreferences
.INCLUDE_DEVICE_ROOT, true).apply();
59
mConsumer.assertLastArgument(
ScopedPreferences
.INCLUDE_DEVICE_ROOT);
/packages/apps/DocumentsUI/src/com/android/documentsui/
Injector.java
31
import com.android.documentsui.prefs.
ScopedPreferences
;
49
public final
ScopedPreferences
prefs;
77
ScopedPreferences
prefs,
87
ScopedPreferences
prefs,
BaseActivity.java
57
import com.android.documentsui.prefs.
ScopedPreferences
;
203
case
ScopedPreferences
.INCLUDE_DEVICE_ROOT:
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java
52
import com.android.documentsui.prefs.
ScopedPreferences
;
87
ScopedPreferences
.create(this, PREFERENCES_SCOPE),
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
PickActivity.java
50
import com.android.documentsui.prefs.
ScopedPreferences
;
81
ScopedPreferences
.create(this, PREFERENCES_SCOPE),
Completed in 418 milliseconds