Home | History | Annotate | Download | only in content

Lines Matching defs:content

1 package com.xtremelabs.robolectric.tester.android.content;
13 import android.content.SharedPreferences;
23 private HashMap<String, Map<String, Object>> content;
29 content = new HashMap<String, Map<String, Object>>();
31 sharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
44 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
62 content.put(FILENAME, new HashMap<String, Object>());
63 content.get(FILENAME).put("deleteMe", "foo");
72 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
85 content.put(FILENAME, new HashMap<String, Object>());
86 content.get(FILENAME).put("deleteMe", "foo");
93 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
108 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
114 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, "bazBang", 3);
125 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, "bazBang", 3);
132 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, "bazBang", 3);