OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALBUM_SET
(Results
1 - 2
of
2
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumSettings.java
29
public static final String
ALBUM_SET
= "Enabled Album Set V2";
116
Set<String> enabledAlbums = mSettings.getStringSet(
ALBUM_SET
, null);
126
editor.putStringSet(
ALBUM_SET
, new HashSet<String>(mEnabledAlbums));
AlbumDataAdapter.java
40
public static final String
ALBUM_SET
= "Enabled Album Set";
Completed in 1187 milliseconds