Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1396 public byte[] getChatStateConvoIdByteArray() { in getChatStateConvoIdByteArray() method in BluetoothMapAppParams
1408 return new String(this.getChatStateConvoIdByteArray()); in getChatStateConvoIdString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java210 assertThat(appParams.getChatStateConvoIdByteArray()).isEqualTo(ret.array()); in settersAndGetters()