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

/frameworks/base/obex/javax/obex/
H A DHeaderSet.java241 * <code>headerValue</code> then the header will be removed from the set of
244 * @param headerValue the value of the header identifier
247 * type of <code>headerValue</code> is not the correct Java type as
250 public void setHeader(int headerID, Object headerValue) { argument
255 if (!(headerValue instanceof Long)) {
256 if (headerValue == null) {
262 temp = ((Long)headerValue).longValue();
266 mCount = (Long)headerValue;
269 if ((headerValue != null) && (!(headerValue instanceo
[all...]

Completed in 59 milliseconds