HomeSort by relevance Sort by last modified time
    Searched defs:STACK_EVENT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 26 final public static int STACK_EVENT = 100;
28 // Event types for STACK_EVENT message (coming from native)
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 68 private static final int STACK_EVENT = 101;
312 case STACK_EVENT:
418 case STACK_EVENT:
654 case STACK_EVENT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 66 private static final int STACK_EVENT = 101;
222 case STACK_EVENT:
327 case STACK_EVENT:
329 log("STACK_EVENT " + event.type);
557 case STACK_EVENT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 108 private static final int STACK_EVENT = 101;
378 case STACK_EVENT:
506 case STACK_EVENT:
    [all...]

Completed in 160 milliseconds