Searched refs:getTagValue (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/obex/javax/obex/ |
H A 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()
|
H A 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()
|
H A D | ObexHelper.java | 889 public static byte[] getTagValue(byte tag, byte[] triplet) { in getTagValue() method in ObexHelper
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A 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()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A 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()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 1179 public Object getTagValue(int tagId, int ifdId) { in getTagValue() method in ExifInterface 1192 public Object getTagValue(int tagId) { in getTagValue() method in ExifInterface 1194 return getTagValue(tagId, ifdId); in getTagValue()
|