HomeSort by relevance Sort by last modified time
    Searched full:settitle (Results 101 - 125 of 807) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothVisibilityTimeoutFragment.java 57 .setTitle(R.string.bluetooth_visibility_timeout)
  /external/chromium/chrome/common/extensions/
extension_action_unittest.cc 40 action.SetTitle(ExtensionAction::kDefaultTabId, "foo");
43 action.SetTitle(100, "bar");
46 action.SetTitle(ExtensionAction::kDefaultTabId, "baz");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 93 // foo.setTitle("Hello"); we want to show foo.setTitle(R.string.hello);
94 // so we need to extract "foo.setTitle(" and ");".
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 210 [[m_windowController.get() window] setTitle:title];
511 [menuItem setTitle:UI_STRING_INTERNAL("Stop Debugging JavaScript", "title for Stop Debugging JavaScript menu item")];
513 [menuItem setTitle:UI_STRING_INTERNAL("Start Debugging JavaScript", "title for Start Debugging JavaScript menu item")];
517 [menuItem setTitle:UI_STRING_INTERNAL("Stop Profiling JavaScript", "title for Stop Profiling JavaScript menu item")];
519 [menuItem setTitle:UI_STRING_INTERNAL("Start Profiling JavaScript", "title for Start Profiling JavaScript menu item")];
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 102 public void setTitle(String title) {
103 mSelectionMenu.setTitle(title);
152 setTitle(String.format(format, count));
159 item.setTitle(R.string.deselect_all);
162 item.setTitle(R.string.select_all);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 127 .setTitle(R.string.dlg_app_replacement_title)
143 .setTitle(R.string.unknown_apps_dlg_title)
160 .setTitle(R.string.Parse_error_dlg_title)
175 .setTitle(R.string.out_of_space_dlg_title)
200 .setTitle(R.string.install_failed)
214 .setTitle(R.string.allow_source_dlg_title)
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 108 Display.setTitle(settings.getTitle());
198 public void setTitle(String title){
200 Display.setTitle(title);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmPresetList.java 144 alert.setTitle("Rename");
184 new AlertDialog.Builder(this).setTitle("Set Station").setIcon(
202 new AlertDialog.Builder(this).setTitle("Unseet Station").setIcon(
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ExportVCardActivity.java 207 .setTitle(R.string.confirm_export_title)
218 .setTitle(R.string.exporting_contact_failed_title)
227 .setTitle(R.string.exporting_contact_failed_title)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 38 setTitle(getString(R.string.title_version, Version.getVersionName(this)));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 313 .setTitle(R.string.nfc_write_tag_title)
333 .setTitle(R.string.nfc_wrong_tag_title)
355 .setTitle(R.string.nfc_result_failure)
380 alert.setTitle(isMatch
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 114 mDialog.setTitle("Hello, Dialog");
240 mAlertDialog.setTitle(DEFAULT_ALERTDIALOG_TITLE);
318 getDialog().setTitle(title);
326 getDialog().setTitle(id);
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 94 mChildActivity.setTitle(newTitle);
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceGroupTest.java 48 checkboxPref.setTitle(R.string.title_checkbox_preference);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DialogActivity.java 56 getWindow().setTitle("This is just a test");
FragmentAlertDialog.java 90 .setTitle(title)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 55 mode.setTitle("Select Items");
List16.java 57 mode.setTitle("Select Items");
ProgressBar3.java 68 dialog.setTitle("Indeterminate");
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 66 setTitle(getString(R.string.add_item_label));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 91 .setTitle(title)
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 40 setTitle(R.string.edit_note);
  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 62 browser_action_->SetTitle(tab_id_, title);
extension_sidebar_api.h 105 DECLARE_EXTENSION_FUNCTION_NAME("experimental.sidebar.setTitle");
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 77 - (void)setTitle:(NSString*)title parentFolder:(const BookmarkNode*)parent;

Completed in 547 milliseconds

1 2 3 45 6 7 8 91011>>