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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 127 public static final String EXTRA_CHAT_STATE = "ChatState";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 621 int chatState = BluetoothMapContract.ChatState.UNKNOWN;
705 int presenceState, String presenceStatus, int chatState) {
726 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) {
727 this.chatState = chatState;
    [all...]

Completed in 85 milliseconds