HomeSort by relevance Sort by last modified time
    Searched refs:customText (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 398 final String customText = editText.getText().toString().trim();
399 if (ContactsUtils.isGraphic(customText)) {
412 mEntry.put(mType.customColumn, customText);
530 final String customText = mEntry.getAsString(mType.customColumn);
531 if (customText != null) {
  /external/quake/src/com/android/quake/
DownloaderActivity.java 76 * @param customText A text string that is displayed in the downloader UI.
86 String customText, String fileConfigUrl,
99 intent.putExtra(EXTRA_CUSTOM_TEXT, customText);
166 ((TextView) findViewById(R.id.customText)).setText(
    [all...]
  /gdk/samples/quake/src/com/android/quake/llvm/
DownloaderActivity.java 76 * @param customText A text string that is displayed in the downloader UI.
86 String customText, String fileConfigUrl,
99 intent.putExtra(EXTRA_CUSTOM_TEXT, customText);
166 ((TextView) findViewById(R.id.customText)).setText(
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 510 void ${backendClassName}::reportProtocolError(const long* const callId, CommonErrorCode code, const String& customText) const
513 data->pushString(customText);
    [all...]

Completed in 84 milliseconds