/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 79 String presenceStatus, in BluetoothMapConvoContactElement() argument 88 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement() 92 this.mPresenceStatus = presenceStatus; in BluetoothMapConvoContactElement() 124 public void setPresenceStatus(String presenceStatus) { in setPresenceStatus() argument 125 this.mPresenceStatus = presenceStatus; in setPresenceStatus()
|
D | BluetoothMapContentObserver.java | 655 public String presenceStatus = null; field in BluetoothMapContentObserver.Event 763 String presenceStatus, in Event() argument 782 if (presenceStatus != null) { in Event() 783 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event() 870 if (presenceStatus != null) { in encode() 875 presenceStatus.substring( in encode() 877 presenceStatus.length() < 256 in encode() 1473 String presenceStatus = c.getString(cInfo.mContactColPresenceText); in initContactsList() local 1484 presenceStatus, in initContactsList() 2368 String presenceStatus = in handleContactListChanges() local [all …]
|
D | BluetoothMapObexServer.java | 947 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus() local 953 && presenceStatus == null in setOwnerStatus() 963 if (presenceStatus != null) { in setOwnerStatus() 964 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus); in setOwnerStatus()
|
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProvider.java | 670 String presenceStatus = in call() local 675 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call() 714 String presenceStatus, in setOwnerStatus() argument
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProviderTest.java | 493 final String presenceStatus = Integer.toString(3); // 0x0000 to 0x00FF in call_setOwnerStatusMethod_success() local 500 extras.putString(BluetoothMapContract.EXTRA_PRESENCE_STATUS, presenceStatus); in call_setOwnerStatusMethod_success() 507 .setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call_setOwnerStatusMethod_success() 773 String presenceStatus, in setOwnerStatus() argument
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | EventTest.java | 203 assertThat(event.presenceStatus) in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 9654 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9656 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact() 9661 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createContact() argument 9664 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact() 9668 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9670 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9677 String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, in createRawContact() argument 9679 long rawContactId = createRawContact(values, phoneNumber, email, presenceStatus, in createRawContact() 9686 int presenceStatus, int timesContacted, int starred, long groupId, int chatMode) { in createRawContact() argument 9687 return createRawContact(values, phoneNumber, email, presenceStatus, timesContacted, starred, in createRawContact() [all …]
|