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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 591 int presenceState = BluetoothMapContract.PresenceState.UNKNOWN;
677 int presenceState, String presenceStatus, int chatState) {
692 if (presenceState != BluetoothMapContract.PresenceState.UNKNOWN) {
693 this.presenceState = presenceState;
770 if (presenceState != 0) {
773 String.valueOf(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...]
  /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,
BluetoothMapContract.java 124 public static final String EXTRA_PRESENCE_STATE = "PresenceState";
    [all...]

Completed in 385 milliseconds