Home | History | Annotate | Download | only in content

Lines Matching refs:FILENAME

22 	protected final static String FILENAME = "filename";
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);