/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 | 609 public String presenceStatus = null; field in BluetoothMapContentObserver.Event 693 int presenceState, String presenceStatus, int chatState) { in Event() argument 711 if (presenceStatus != null) { in Event() 712 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event() 792 if (presenceStatus != null) { in encode() 795 presenceStatus.substring(0, in encode() 796 presenceStatus.length() < 256 ? subject.length() in encode() 1371 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList() local 1379 presenceStatus, presenceState, lastActivity, chatState, in initContactsList() 1999 String presenceStatus = in handleContactListChanges() local [all …]
|
D | BluetoothMapObexServer.java | 853 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus() local 859 && presenceStatus == null in setOwnerStatus() 869 if (presenceStatus != null) { in setOwnerStatus() 870 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus); in setOwnerStatus()
|
/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 | 9662 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9664 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact() 9669 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9672 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact() 9676 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9678 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9685 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9687 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9694 int presenceStatus, int timesContacted, int starred, long groupId, int chatMode) { in createRawContact() argument 9695 return createRawContact(values, phoneNumber, email, presenceStatus, timesContacted, starred, in createRawContact() [all …]
|