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

  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]
BluetoothMapContentObserver.java 613 int chatState = BluetoothMapContract.ChatState.UNKNOWN;
697 int presenceState, String presenceStatus, int chatState) {
718 if (chatState != BluetoothMapContract.ChatState.UNKNOWN) {
719 this.chatState = chatState;
    [all...]

Completed in 1294 milliseconds