HomeSort by relevance Sort by last modified time
    Searched full:status_text (Results 26 - 50 of 74) sorted by null

12 3

  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /development/samples/WiFiDirectDemo/res/layout/
device_detail.xml 67 android:id="@+id/status_text">
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 126 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text);
160 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text))
166 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources()
200 view = (TextView) mContentView.findViewById(R.id.status_text);
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.h 64 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.h 65 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 240 ULONG status_code, LPCWSTR status_text) {
244 status_text);
259 status_text));
262 status_text);
364 p->status_code(), p->status_text());
http_negotiate.h 30 IInternetProtocolSink* me, ULONG status_code, LPCWSTR status_text);
urlmon_url_request_private.h 81 ULONG status_code, LPCWSTR status_text);
urlmon_url_request.cc 277 ULONG status_code, LPCWSTR status_text) {
295 if (status_text) {
296 socket_address_.set_host(WideToUTF8(status_text));
309 if (GURL(status_text) != previously_redirected) {
311 << " to " << status_text;
315 status_.SetRedirected(http_code, WideToUTF8(status_text));
354 status_text);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 62 std::string status_text = UTF16ToUTF8(status_text_wide); local
63 if (status_text_ == status_text)
66 status_text_ = status_text;
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 67 std::string status_text = UTF16ToUTF8(status_text_wide); local
68 if (status_text_ == status_text)
71 status_text_ = status_text;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 54 mStatusView = (TextView) findViewById(R.id.status_text);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 103 void HeadersComplete(int status_code, const std::string& status_text);
android_stream_reader_url_request_job.cc 297 const std::string& status_text) {
301 status.append(status_text);
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 80 data.status_text = response.httpStatusText().utf8();
  /packages/providers/DownloadProvider/ui/res/layout/
download_list_item.xml 80 android:id="@+id/status_text"
  /packages/services/Telephony/res/layout/
sim_ndp.xml 74 <TextView android:id="@+id/status_text"
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 603 void StatusBubbleViews::SetStatus(const string16& status_text) {
607 if (status_text_ == status_text && !status_text.empty())
614 status_text_ = status_text;
616 view_->SetText(status_text, true);
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 619 void StatusBubbleViews::SetStatus(const base::string16& status_text) {
623 if (status_text_ == status_text && !status_text.empty())
630 status_text_ = status_text;
632 view_->SetText(status_text, true);
  /external/tcpdump/
print-802_11.c 101 static const char *status_text[] = { variable
124 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
370 ? status_text[pbody.status_code]
508 ? status_text[pbody.status_code]
519 ? status_text[pbody.status_code]
  /external/chromium/chrome/browser/chromeos/login/
background_view.h 142 const std::string& status_text);
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 98 void UpdateStatusLabel(const std::string& status_text);
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 526 void DownloadItemGtk::UpdateStatusLabel(const std::string& status_text) {
533 // If |status_text| is empty, only |name_label_| is displayed at the
537 if (status_text.empty()) {
579 gtk_label_set_text(GTK_LABEL(status_label_), status_text.c_str());
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 118 setTextForView(convertView, R.id.status_text, statusText);
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 149 mStatusText = (TextView) findViewById(R.id.status_text);

Completed in 430 milliseconds

12 3