/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 73 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()
|
D | BluetoothMapContentObserver.java | 607 public String presenceStatus = null; field in BluetoothMapContentObserver.Event 691 int presenceState, String presenceStatus, int chatState) { in Event() argument 709 if (presenceStatus != null) { in Event() 710 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event() 790 if (presenceStatus != null) { in encode() 793 presenceStatus.substring(0, in encode() 794 presenceStatus.length() < 256 ? subject.length() in encode() 1369 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList() local 1377 presenceStatus, presenceState, lastActivity, chatState, in initContactsList() 1988 String presenceStatus = in handleContactListChanges() local [all …]
|
D | BluetoothMapObexServer.java | 848 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus() local 854 && presenceStatus == null in setOwnerStatus() 864 if (presenceStatus != null) { in setOwnerStatus() 865 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus); in setOwnerStatus()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | ContactStatusLoader.java | 113 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/ |
D | BluetoothMapIMProvider.java | 638 String presenceStatus = in call() local 643 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call() 678 protected abstract int setOwnerStatus(int presenceState, String presenceStatus, long lastActive, in setOwnerStatus() argument
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 9636 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9638 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact() 9643 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9646 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact() 9650 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9652 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9659 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9661 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9668 int presenceStatus, int timesContacted, int starred, long groupId, int chatMode) { in createRawContact() argument 9669 return createRawContact(values, phoneNumber, email, presenceStatus, timesContacted, starred, in createRawContact() [all …]
|