Home | History | Annotate | Download | only in launcher2

Lines Matching full:preferences

138     private static final String PREFERENCES = "launcher.preferences";
409 in = new DataInputStream(context.openFileInput(PREFERENCES));
431 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
440 context.getFileStreamPath(PREFERENCES).delete();