Home
last modified time | relevance | path

Searched refs:getUciPrefix (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java60 assertThat(accountItem.getUciPrefix()).isEqualTo(TEST_UCI_PREFIX); in create_withAllParameters()
81 assertThat(accountItem.getUciPrefix()).isNull(); in create_withoutIdAndUciData()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java96 public String getUciPrefix() { in getUciPrefix() method in BluetoothMapAccountItem