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 611 int presenceState = BluetoothMapContract.PresenceState.UNKNOWN;
697 int presenceState, String presenceStatus, int chatState) {
712 if (presenceState != BluetoothMapContract.PresenceState.UNKNOWN) {
713 this.presenceState = presenceState;
    [all...]
BluetoothMapObexServer.java 730 int presenceState = appParams.getPresenceAvailability();
    [all...]

Completed in 57 milliseconds