Searched refs:presenceState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java618 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, argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java591 int presenceState = BluetoothMapContract.PresenceState.UNKNOWN; field in class:BluetoothMapContentObserver.Event
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));
1250 int presenceState = c.getInt(cInfo.mContactColPresenceState);
1257 presenceStatus, presenceState, lastActivity, chatState,
1842 int presenceState
675 Event(String eventType, String uci, TYPE msgType, String name, String priority, String lastActivity, long conversationID, String conversationName, int presenceState, String presenceStatus, int chatState) argument
[all...]
H A DBluetoothMapObexServer.java712 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);

Completed in 274 milliseconds