Searched refs:getTagValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DObexSession.java76 byte[] challenge = ObexHelper.getTagValue((byte)0x00, header.mAuthChall);
77 byte[] option = ObexHelper.getTagValue((byte)0x01, header.mAuthChall);
78 byte[] description = ObexHelper.getTagValue((byte)0x02, header.mAuthChall);
195 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue(
207 byte[] actualResponse = ObexHelper.getTagValue((byte)0x00, authResp);
H A DServerSession.java327 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01,
449 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01,
571 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01,
H A DObexHelper.java830 public static byte[] getTagValue(byte tag, byte[] triplet) { method in class:ObexHelper

Completed in 84 milliseconds