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/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java785 answer.setAttribute("sendonly", "");
787 answer.setAttribute("recvonly", "");
789 answer.setAttribute("sendonly", "");
791 answer.setAttribute("recvonly", "");
813 offer.setAttribute("sendonly", "");
H A DSimpleSessionDescription.java38 * media.setAttribute("sendrecv", "");
226 public void setAttribute(String name, String value) { method in class:SimpleSessionDescription
227 mFields.setAttribute(name, value);
509 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.java184 public void setAttribute(String tag, String value) { method in class:ExifInterface
242 * and renaming the other. It's best to use {@link #setAttribute(String,String)}

Completed in 275 milliseconds