OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbondstatemachine
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java
24
private BondStateMachine
mBondStateMachine
;
33
mBondStateMachine
= bondStateMachine;
40
mBondStateMachine
= null;
65
mBondStateMachine
.bondStateChangeCallback(status, address, newState);
AdapterService.java
130
private BondStateMachine
mBondStateMachine
;
291
mBondStateMachine
= BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
293
mJniCallbacks.init(
mBondStateMachine
,mRemoteDevices);
352
if (
mBondStateMachine
!= null) {
353
mBondStateMachine
.doQuit();
354
mBondStateMachine
.cleanup();
[
all
...]
Completed in 122 milliseconds