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

  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
71 statusText.setText(String.format("%d/%d", photoIndex + 1,
  /external/webkit/WebKit/win/
WebURLResponse.cpp 377 LPCTSTR statusText = CFHTTPMessageCopyLocalizedShortDescriptionForStatusCode(statusCode);
378 if (!statusText)
381 *statusString = SysAllocString(statusText);
  /packages/apps/IM/src/com/android/im/imps/
ImpsPresenceUtils.java 50 String statusText = extractStatusText(presenceListElem);
59 return new Presence(status, statusText, avatarData, avatarType, clientType);
90 String statusText = newPresence.getStatusText();
91 if (statusText == null) {
92 statusText = "";
94 if (!statusText.equals(oldPresence.getStatusText())) {
95 PrimitiveElement statusElem = new PrimitiveElement(ImpsTags.StatusText);
97 statusElem.addChild(ImpsTags.PresenceValue, statusText);
183 String statusText = null;
184 PrimitiveElement statusTextElem = presenceListElem.getChild(ImpsTags.StatusText);
    [all...]
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 789 String XMLHttpRequest::statusText(ExceptionCode& ec) const
  /packages/apps/IM/src/com/android/im/app/
ContactView.java 106 String statusText = cursor.getString(COLUMN_CONTACT_CUSTOM_STATUS);
191 line2 = statusText;
UserPresenceView.java 150 String statusText = mPresence.getStatusText();
151 if (TextUtils.isEmpty(statusText)) {
152 statusText = brandingRes.getString(PresenceUtils.getStatusStringRes(status));
154 mLastStatusText = statusText;
159 mStatusBar.setText(statusText);
209 void updatePresence(int status, String statusText) {
220 newPresence.setStatusText(statusText);
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 266 String statusText = getString(R.string.status_label) +
269 reportReq.getRecipient(), statusText));

Completed in 845 milliseconds