HomeSort by relevance Sort by last modified time
    Searched refs:BondStateMachine (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 24 private BondStateMachine mBondStateMachine;
31 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) {
33 mBondStateMachine = bondStateMachine;
BondStateMachine.java 50 final class BondStateMachine extends StateMachine {
74 private BondStateMachine(AdapterService service, AdapterProperties prop,
76 super("BondStateMachine:");
86 public static BondStateMachine make(AdapterService service, AdapterProperties prop,
89 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices);
AdapterService.java 159 private BondStateMachine mBondStateMachine;
502 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
    [all...]

Completed in 221 milliseconds