Searched refs:getTagValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/obex/javax/obex/ |
D | ObexSession.java | 81 byte[] challenge = ObexHelper.getTagValue((byte)0x00, header.mAuthChall); in handleAuthChall() 82 byte[] option = ObexHelper.getTagValue((byte)0x01, header.mAuthChall); in handleAuthChall() 83 byte[] description = ObexHelper.getTagValue((byte)0x02, header.mAuthChall); in handleAuthChall() 201 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue( in handleAuthResp() 213 byte[] actualResponse = ObexHelper.getTagValue((byte)0x00, authResp); in handleAuthResp()
|
D | ServerSession.java | 337 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleSetPathRequest() 460 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleDisconnectRequest() 598 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleConnectRequest()
|
D | ObexHelper.java | 888 public static byte[] getTagValue(byte tag, byte[] triplet) { in getTagValue() method in ObexHelper
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1200 public Object getTagValue(int tagId, int ifdId) { in getTagValue() method in ExifInterface 1213 public Object getTagValue(int tagId) { in getTagValue() method in ExifInterface 1215 return getTagValue(tagId, ifdId); in getTagValue()
|