Home
last modified time | relevance | path

Searched refs:setMseTime (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java110 appParams.setMseTime(TEST_MSE_TIME); in encodeToBuffer_thenDecode()
295 appParams.setMseTime(TEST_MSE_TIME); in setAndGetMseTime_withString()
298 appParams.setMseTime(mseTimeString); in setAndGetMseTime_withString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java671 setMseTime(new String(appParams, i, tagLength)); in parseParams()
1753 public void setMseTime(long mseTime) { in setMseTime() method in BluetoothMapAppParams
1757 public void setMseTime(String mseTime) throws ParseException { in setMseTime() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1400 outAppParams.setMseTime(Calendar.getInstance().getTimeInMillis()); in sendMessageListingRsp()
1633 outAppParams.setMseTime(Calendar.getInstance().getTimeInMillis()); in sendConvoListingRsp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java208 outAppParams.setMseTime(TEST_TIME.getTime()); in onGetValidator()