Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java111 appParams.setDatabaseIdentifier(TEST_ID_HIGH, TEST_ID_LOW); in encodeToBuffer_thenDecode()
175 appParams.setDatabaseIdentifier(TEST_ID_HIGH, TEST_ID_LOW); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java688 setDatabaseIdentifier( in parseParams()
1341 public void setDatabaseIdentifier(long idHigh, long idLow) { in setDatabaseIdentifier() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1392 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier()); in sendMessageListingRsp()
1629 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier()); in sendConvoListingRsp()