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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 618 int presenceState = extras.getInt(BluetoothMapContract.EXTRA_PRESENCE_STATE);
624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId);
652 * @param presenceState should follow the contract specified values
659 abstract protected int setOwnerStatus(int presenceState, String presenceStatus,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 610 int presenceState = BluetoothMapContract.PresenceState.UNKNOWN;
696 int presenceState, String presenceStatus, int chatState) {
711 if (presenceState != BluetoothMapContract.PresenceState.UNKNOWN) {
712 this.presenceState = presenceState;
    [all...]
BluetoothMapObexServer.java 712 int presenceState = appParams.getPresenceAvailability();
718 if(presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
726 if(presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) {
727 extras.putInt(BluetoothMapContract.EXTRA_PRESENCE_STATE, presenceState);
    [all...]

Completed in 43 milliseconds