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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 74 String presenceStatus, int presenceAvailability, long lastActivity, int chatState,
82 this.mChatState = chatState;
150 public void setChatState(int chatState) {
151 this.mChatState = chatState;
154 public void setChatState(String chatState) {
155 this.mChatState = Integer.valueOf(chatState);
BluetoothMapContentObserver.java 612 int chatState = BluetoothMapContract.ChatState.UNKNOWN;
696 int presenceState, String presenceStatus, int chatState) {
717 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) {
718 this.chatState = chatState;
    [all...]
BluetoothMapObexServer.java 715 int chatState = appParams.getChatState();
721 chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 622 int chatState = extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE);
624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId);
655 * @param chatState should follow the contract specified values
660 long lastActive, int chatState, String convoId);

Completed in 42 milliseconds