OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onAuthenticationResponse
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/obex/javax/obex/
Authenticator.java
40
* <code>
onAuthenticationResponse
()</code> will be called, respectively, by the
62
* <code>
onAuthenticationResponse
()</code> method is invoked by the API
67
* <code>
onAuthenticationResponse
()</code> method. If the authentication request
72
* returned from the <code>
onAuthenticationResponse
()</code> method and
114
byte[]
onAuthenticationResponse
(byte[] userName);
ObexSession.java
201
byte[] correctPassword = mAuthenticator.
onAuthenticationResponse
(ObexHelper.getTagValue(
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java
102
public byte[]
onAuthenticationResponse
(final byte[] userName) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java
81
public byte[]
onAuthenticationResponse
(byte[] userName) {
Completed in 79 milliseconds