OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComboPreferences
(Results
1 - 3
of
3
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java
29
public class
ComboPreferences
implements SharedPreferences, OnSharedPreferenceChangeListener {
33
private static WeakHashMap<Context,
ComboPreferences
> sMap =
34
new WeakHashMap<Context,
ComboPreferences
>();
36
public
ComboPreferences
(Context context) {
45
public static
ComboPreferences
get(Context context) {
/packages/apps/Camera/src/com/android/camera/
ComboPreferences.java
30
public class
ComboPreferences
implements
37
private static WeakHashMap<Context,
ComboPreferences
> sMap =
38
new WeakHashMap<Context,
ComboPreferences
>();
40
public
ComboPreferences
(Context context) {
62
public static
ComboPreferences
get(Context context) {
/packages/apps/Camera2/src/com/android/camera/
ComboPreferences.java
32
public class
ComboPreferences
implements
40
private static WeakHashMap<Context,
ComboPreferences
> sMap =
41
new WeakHashMap<Context,
ComboPreferences
>();
43
public
ComboPreferences
(Context context) {
65
public static
ComboPreferences
get(Context context) {
Completed in 339 milliseconds