OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAuth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
146
private BluetoothPbapAuthenticator
mAuth
= null;
441
mAuth
= new BluetoothPbapAuthenticator(mSessionStatusHandler);
442
mAuth
.setChallenged(false);
443
mAuth
.setCancelled(false);
446
mServerSession = new ServerSession(transport, mPbapServer,
mAuth
);
484
synchronized (
mAuth
) {
486
mAuth
.setSessionKey(key);
488
mAuth
.setChallenged(true);
489
mAuth
.notify();
494
synchronized (
mAuth
) {
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
89
private final boolean
mAuth
;
139
mAuth
= auth;
Completed in 52 milliseconds