HomeSort by relevance Sort by last modified time
    Searched defs:PREFERENCES (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 12 // via checkboxes in the "Advanced Sync Preferences" dialog. Used solely for the
26 PREFERENCES = 1,
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 52 PREFERENCES,
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 58 PREFERENCES,
93 // These preferences are synced before other user types and are never
130 // sync preferences UI, be sure to update the list in
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 151 private static final String PREFERENCES = "launcher.preferences";
526 in = new DataInputStream(context.openFileInput(PREFERENCES));
548 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
557 context.getFileStreamPath(PREFERENCES).delete();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 152 private static final String PREFERENCES = "launcher.preferences";
601 in = new DataInputStream(context.openFileInput(PREFERENCES));
623 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
632 context.getFileStreamPath(PREFERENCES).delete();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 175 milliseconds