HomeSort by relevance Sort by last modified time
    Searched refs:PREFERENCES (Results 1 - 10 of 10) 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/
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));
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 65 HELP, ADD, NETWORK, PREFERENCES;
112 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
139 } else if (itemId == MenuId.PREFERENCES.getId()) {
140 startActivity(new Intent(this, Preferences.class));
ScriptManager.java 98 DELETE, HELP, FOLDER_ADD, QRCODE_ADD, INTERPRETER_MANAGER, PREFERENCES, LOGCAT_VIEWER,
276 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon(
347 } else if (itemId == MenuId.PREFERENCES.getId()) {
348 startActivity(new Intent(this, Preferences.class));
ScriptEditor.java 93 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH;
182 menu.add(0, MenuId.PREFERENCES.getId(), 0, "Preferences").setIcon(
211 } else if (item.getItemId() == MenuId.PREFERENCES.getId()) {
212 startActivity(new Intent(this, Preferences.class));
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 66 mPreferencesAction = ActionFactory.PREFERENCES.create(window);
  /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...]
  /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 939 milliseconds