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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 34 * {@link PendingCommandState} : An enable / disable operation is pending.
70 private PendingCommandState mPendingCommandState = new PendingCommandState();
196 private class PendingCommandState extends State {
201 infoLog("Entering PendingCommandState State: isTurningOn()=" + isTurningOn() + ", isTurningOff()=" + isTurningOff());
BondStateMachine.java 42 * {@link PendingCommandState} : Some device is in bonding / unbonding state.
64 private PendingCommandState mPendingCommandState = new PendingCommandState();
140 private class PendingCommandState extends State {
146 infoLog("Entering PendingCommandState State");

Completed in 1741 milliseconds