Searched refs:PREFERENCES (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java153 private static final String PREFERENCES = "launcher.preferences"; field in class:Launcher
552 in = new DataInputStream(context.openFileInput(PREFERENCES));
574 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
583 context.getFileStreamPath(PREFERENCES).delete();

Completed in 42 milliseconds