OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapAuthenticator
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAuthenticator.java
25
*
BluetoothMapAuthenticator
is a used by BluetoothObexServer for obex
28
public class
BluetoothMapAuthenticator
implements Authenticator {
29
private static final String TAG = "
BluetoothMapAuthenticator
";
39
public
BluetoothMapAuthenticator
(final Handler callback) {
BluetoothMapService.java
122
private
BluetoothMapAuthenticator
mAuth = null;
304
mAuth = new
BluetoothMapAuthenticator
(mSessionStatusHandler);
Completed in 32 milliseconds