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

  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 194 int responseType;
198 responseType = cursor.getInt(cmasResponseTypeColumn);
200 responseType = SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN;
230 cmasInfo = new SmsCbCmasInfo(messageClass, cmasCategory, responseType, severity,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 203 public String responseType;
  /external/smack/src/org/xbill/DNS/
Cache.java 684 int responseType;
686 responseType = SetResponse.NXDOMAIN;
688 responseType = SetResponse.NXRRSET;
689 response = SetResponse.ofType(responseType);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 196 exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'text' (was '" + responseType() + "').");
216 // If it is text/html, then the responseType of "document" must have been supplied explicitly.
240 exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'document' (was '" + responseType() + "').");
275 // When responseType is set to "blob", we redirect the downloaded
369 void XMLHttpRequest::setResponseType(const String& responseType, ExceptionState& exceptionState)
377 // attempt to discourage synchronous XHR use. responseType is one such piece of functionality.
383 if (responseType == "") {
385 } else if (responseType == "text")
    [all...]
  /external/openssl/crypto/ocsp/
ocsp.h 184 * responseType OBJECT IDENTIFIER,
189 ASN1_OBJECT *responseType;
  /external/openssl/include/openssl/
ocsp.h 184 * responseType OBJECT IDENTIFIER,
189 ASN1_OBJECT *responseType;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 353 int responseType = CalendarUtilities.RESPONSE_TYPE_NONE;
522 responseType = getValueInt();
589 if (responseType != CalendarUtilities.RESPONSE_TYPE_NONE) {
591 CalendarUtilities.attendeeStatusFromResponseType(responseType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1114 milliseconds