OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothPbapObexAuthenticator
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java
25
class
BluetoothPbapObexAuthenticator
implements Authenticator {
27
private final static String TAG = "
BluetoothPbapObexAuthenticator
";
35
public
BluetoothPbapObexAuthenticator
(Handler callback) {
BluetoothPbapObexSession.java
60
private
BluetoothPbapObexAuthenticator
mAuth = null;
80
mAuth = new
BluetoothPbapObexAuthenticator
(mSessionHandler);
Completed in 66 milliseconds