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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStackEvent.java 41 public static final int EVENT_TYPE_AT_CLCC = 14;
166 case EVENT_TYPE_AT_CLCC:
167 return "EVENT_TYPE_AT_CLCC";
HeadsetNativeInterface.java 170 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_AT_CLCC, getDevice(address));
HeadsetStateMachine.java 619 case HeadsetStackEvent.EVENT_TYPE_AT_CLCC:
    [all...]

Completed in 82 milliseconds