Searched defs:headerValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DHeaderSet.java283 * <code>headerValue</code> then the header will be removed from the set of
286 * @param headerValue the value of the header identifier
289 * type of <code>headerValue</code> is not the correct Java type as
292 public void setHeader(int headerID, Object headerValue) { argument
297 if (!(headerValue instanceof Long)) {
298 if (headerValue == null) {
304 temp = ((Long)headerValue).longValue();
308 mCount = (Long)headerValue;
311 if ((headerValue != null) && (!(headerValue instanceo
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 178 milliseconds