Lines Matching defs:PREFERENCES
151 private static final String PREFERENCES = "launcher.preferences";
523 in = new DataInputStream(context.openFileInput(PREFERENCES));
545 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
554 context.getFileStreamPath(PREFERENCES).delete();
3920 // We should update the shared preferences on a background thread