Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListing.java150 public Date getMseTime() { in getMseTime() method in RequestGetMessagesListing
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java958 length += getMseTime() == INVALID_VALUE_PARAMETER ? 0 : 20; in getParamMaxLength()
1102 if (getMseTime() != INVALID_VALUE_PARAMETER) { in encodeParams()
1743 public long getMseTime() { in getMseTime() method in BluetoothMapAppParams
1749 Date date = new Date(getMseTime()); in getMseTimeString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java146 assertThat(appParamsDecoded.getMseTime()).isEqualTo(TEST_MSE_TIME); in encodeToBuffer_thenDecode()
300 assertThat(appParams.getMseTime()).isEqualTo(TEST_MSE_TIME); in setAndGetMseTime_withString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java96 assertThat(newRequest.getMseTime().toString()).isEqualTo(TEST_TIME.toString()); in testRequestGetMessagesListing()