Searched refs:setAttribute (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java99 this.context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
100 this.context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, targetHost);
101 this.context.setAttribute(ExecutionContext.HTTP_CONNECTION, conn);
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java775 answer.setAttribute("sendonly", "");
777 answer.setAttribute("recvonly", "");
779 answer.setAttribute("sendonly", "");
781 answer.setAttribute("recvonly", "");
801 offer.setAttribute("sendonly", "");
H A DSimpleSessionDescription.java37 * media.setAttribute("sendrecv", "");
225 public void setAttribute(String name, String value) { method in class:SimpleSessionDescription
226 mFields.setAttribute(name, value);
508 public void setAttribute(String name, String value) { method in class:SimpleSessionDescription.Fields
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java76 * <pre>context.setAttribute(ClientContext.COOKIE_STORE, cookieStore);</pre>
178 context.setAttribute(
181 context.setAttribute(
184 context.setAttribute(
H A DConnection.java361 mHttpContext.setAttribute(HTTP_CONNECTION,
/frameworks/base/media/java/android/media/
H A DExifInterface.java181 public void setAttribute(String tag, String value) { method in class:ExifInterface
239 * and renaming the other. It's best to use {@link #setAttribute(String,String)}

Completed in 181 milliseconds