Searched refs:getUciFull (Results 1 – 5 of 5) sorted by relevance
85 public void getUciFull() { in getUciFull() method in BluetoothMapAccountItemTest119 assertThat(accountItem.getUciFull()).isEqualTo("uci_prefix:uci"); in getUciFull()120 assertThat(accountItemWithoutUciPrefix.getUciFull()).isNull(); in getUciFull()121 assertThat(accountItemWithoutUci.getUciFull()).isNull(); in getUciFull()
1098 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()
100 public String getUciFull() { in getUciFull() method in BluetoothMapAccountItem
1921 outString = mAccount.getUciFull(); in sendMASInstanceInformationRsp()
4362 btOwnUci[0] = mAccount.getUciFull(); in getIMMessage()