Home
last modified time | relevance | path

Searched refs:presenceState (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java669 int presenceState = extras.getInt(BluetoothMapContract.EXTRA_PRESENCE_STATE); in call() local
675 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call()
713 int presenceState, in setOwnerStatus() argument
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapIMProviderTest.java492 final int presenceState = 1; in call_setOwnerStatusMethod_success() local
499 extras.putInt(BluetoothMapContract.EXTRA_PRESENCE_STATE, presenceState); in call_setOwnerStatusMethod_success()
507 .setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call_setOwnerStatusMethod_success()
772 int presenceState, in setOwnerStatus() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java654 public int presenceState = BluetoothMapContract.PresenceState.UNKNOWN; field in BluetoothMapContentObserver.Event
762 int presenceState, in Event() argument
779 if (presenceState != BluetoothMapContract.PresenceState.UNKNOWN) { in Event()
780 this.presenceState = presenceState; in Event()
865 if (presenceState != 0) { in encode()
868 "", "presence_availability", String.valueOf(presenceState)); in encode()
1474 int presenceState = c.getInt(cInfo.mContactColPresenceState); in initContactsList() local
1485 presenceState, in initContactsList()
2370 int presenceState = in handleContactListChanges() local
2420 presenceState, in handleContactListChanges()
[all …]
DBluetoothMapObexServer.java946 int presenceState = appParams.getPresenceAvailability(); in setOwnerStatus() local
952 if (presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
960 if (presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()
961 extras.putInt(BluetoothMapContract.EXTRA_PRESENCE_STATE, presenceState); in setOwnerStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DEventTest.java202 assertThat(event.presenceState).isEqualTo(TEST_PRESENCE_STATE); in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()