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

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresencePreferences.java 36 private static final String PREFERENCES = "PresencePolling";
48 mCommonPref = mContext.getSharedPreferences(PREFERENCES, Context.MODE_PRIVATE);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 68 ADD, PREFERENCES, HELP;
92 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
100 if (itemId == MenuId.PREFERENCES.getId()) {
101 startActivity(new Intent(this, Preferences.class));
InterpreterManager.java 66 HELP, ADD, NETWORK, PREFERENCES;
113 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
140 } else if (itemId == MenuId.PREFERENCES.getId()) {
141 startActivity(new Intent(this, Preferences.class));
LogcatViewer.java 53 HELP, PREFERENCES, JUMP_TO_BOTTOM, SHARE, COPY;
110 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
134 } else if (itemId == MenuId.PREFERENCES.getId()) {
135 startActivity(new Intent(this, Preferences.class));
ScriptEditor.java 94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH;
183 menu.add(0, MenuId.PREFERENCES.getId(), 0, "Preferences").setIcon(
212 } else if (item.getItemId() == MenuId.PREFERENCES.getId()) {
213 startActivity(new Intent(this, Preferences.class));
ScriptManager.java 95 DELETE, HELP, FOLDER_ADD, QRCODE_ADD, INTERPRETER_MANAGER, PREFERENCES, LOGCAT_VIEWER,
273 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
344 } else if (itemId == MenuId.PREFERENCES.getId()) {
345 startActivity(new Intent(this, Preferences.class));
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 153 private static final String PREFERENCES = "launcher.preferences";
552 in = new DataInputStream(context.openFileInput(PREFERENCES));
574 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
583 context.getFileStreamPath(PREFERENCES).delete();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 995 milliseconds