OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTagValue
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/obex/javax/obex/
ObexSession.java
76
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);
ServerSession.java
327
mListener.onAuthenticationFailure(ObexHelper.
getTagValue
((byte)0x01,
449
mListener.onAuthenticationFailure(ObexHelper.
getTagValue
((byte)0x01,
571
mListener.onAuthenticationFailure(ObexHelper.
getTagValue
((byte)0x01,
ObexHelper.java
824
public static byte[]
getTagValue
(byte tag, byte[] triplet) {
[
all
...]
Completed in 31 milliseconds