Home
last modified time | relevance | path

Searched refs:getUci (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java59 assertThat(accountItem.getUci()).isEqualTo(TEST_UCI); in create_withAllParameters()
80 assertThat(accountItem.getUci()).isNull(); in create_withoutIdAndUciData()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java92 public String getUci() { in getUci() method in BluetoothMapAccountItem
DBluetoothMapObexServer.java1923 String uci = mAccount.getUci(); in sendMASInstanceInformationRsp()