Searched refs:ChatState (Results 1 – 3 of 3) sorted by relevance
56 private static final int TEST_CHAT_STATE = BluetoothMapContract.ChatState.COMPOSING;
899 public interface ChatState { interface in BluetoothMapContract
656 public int chatState = BluetoothMapContract.ChatState.UNKNOWN;785 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) { in Event()