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

  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 69 private String mNonce;
207 return mNonce;
368 mNonce = value;
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 84 AString mNonce;
ARTSPConnection.cpp 330 mNonce.clear();
912 mNonce.setTo(value, i + 7, j - i - 7);
1011 tmp.append(mNonce);
1021 fragment.append(mNonce);
MyTransmitter.h 286 mNonce.setTo(value, i + 7, j - i - 7);
324 tmp.append(mNonce);
333 request->append(mNonce);
845 AString mNonce;

Completed in 469 milliseconds