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.java73 String presenceStatus, int presenceAvailability, long lastActivity, int chatState, in BluetoothMapConvoContactElement() argument
78 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement()
82 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement()
109 public void setPresenceStatus(String presenceStatus) { in setPresenceStatus() argument
110 this.mPresenceStatus = presenceStatus; in setPresenceStatus()
DBluetoothMapContentObserver.java621 String presenceStatus = null; field in BluetoothMapContentObserver.Event
706 int presenceState, String presenceStatus, int chatState) { in Event() argument
724 if (presenceStatus != null) { in Event()
725 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event()
804 if (presenceStatus != null) { in encode()
807 presenceStatus.substring( in encode()
808 … 0,presenceStatus.length() < 256 ? subject.length() : 256)); in encode()
1306 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList() local
1314 presenceStatus, presenceState, lastActivity, chatState, in initContactsList()
1897 String presenceStatus = c in handleContactListChanges() local
[all …]
DBluetoothMapObexServer.java731 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus() local
737 presenceStatus == null && in setOwnerStatus()
747 if (presenceStatus != null){ in setOwnerStatus()
748 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.java613 String presenceStatus = extras.getString( in call() local
618 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call()
653 abstract protected int setOwnerStatus(int presenceState, String presenceStatus, in setOwnerStatus() argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java9764 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument
9766 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact()
9771 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument
9774 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9778 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument
9780 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact()
9787 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument
9789 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact()
9796 int presenceStatus, int timesContacted, int starred, long groupId, int chatMode) { in createRawContact() argument
9797 return createRawContact(values, phoneNumber, email, presenceStatus, timesContacted, starred, in createRawContact()
[all …]