Home
last modified time | relevance | path

Searched refs:presenceStatus (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java74 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement() argument
79 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement()
83 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement()
110 public void setPresenceStatus(String presenceStatus) { in setPresenceStatus() argument
111 this.mPresenceStatus = presenceStatus; in setPresenceStatus()
DBluetoothMapContentObserver.java611 String presenceStatus = null; field in BluetoothMapContentObserver.Event
696 int presenceState, String presenceStatus, int chatState) { in Event() argument
714 if (presenceStatus != null) { in Event()
715 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event()
794 if (presenceStatus != null) { in encode()
797 presenceStatus.substring( in encode()
798 … 0,presenceStatus.length() < 256 ? subject.length() : 256)); in encode()
1288 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList() local
1296 presenceStatus, presenceState, lastActivity, chatState, in initContactsList()
1879 String presenceStatus = c in handleContactListChanges() local
[all …]
DBluetoothMapObexServer.java713 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus() local
719 presenceStatus == null && in setOwnerStatus()
729 if (presenceStatus != null){ in setOwnerStatus()
730 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus); in setOwnerStatus()
/packages/apps/Email/src/com/android/email/activity/
DContactStatusLoader.java113 final int presenceStatus; in getContactInfo() local
119 presenceStatus = c.getInt(COLUMN_PRESENCE); in getContactInfo()
125 final int presenceStatusResId = StatusUpdates.getPresenceIconResourceId(presenceStatus); in getContactInfo()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java619 String presenceStatus = extras.getString( in call() local
624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call()
659 abstract protected int setOwnerStatus(int presenceState, String presenceStatus, in setOwnerStatus() argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java9633 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument
9635 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact()
9640 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument
9643 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9647 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument
9649 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact()
9656 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument
9658 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact()
9665 int presenceStatus, int timesContacted, int starred, long groupId, int chatMode) { in createRawContact() argument
9666 return createRawContact(values, phoneNumber, email, presenceStatus, timesContacted, starred, in createRawContact()
[all …]