Home
last modified time | relevance | path

Searched refs:getUciFull (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java85 public void getUciFull() { in getUciFull() method in BluetoothMapAccountItemTest
119 assertThat(accountItem.getUciFull()).isEqualTo("uci_prefix:uci"); in getUciFull()
120 assertThat(accountItemWithoutUciPrefix.getUciFull()).isNull(); in getUciFull()
121 assertThat(accountItemWithoutUci.getUciFull()).isNull(); in getUciFull()
DBluetoothMapContentTest.java1098 when(mAccountItem.getUciFull()).thenReturn(TEST_FIRST_BT_UCI_ORIGINATOR); in getIMMessage_withSentFolderId()
1158 when(mAccountItem.getUciFull()).thenReturn(TEST_FIRST_BT_UCI_RECIPIENT); in getIMMessage_withInboxFolderId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java100 public String getUciFull() { in getUciFull() method in BluetoothMapAccountItem
DBluetoothMapObexServer.java1921 outString = mAccount.getUciFull(); in sendMASInstanceInformationRsp()
DBluetoothMapContent.java4362 btOwnUci[0] = mAccount.getUciFull(); in getIMMessage()