Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java90 appParams.setFilterPeriodEnd(TEST_FILTER_PERIOD_END); in encodeToBuffer_thenDecode()
281 appParams.setFilterPeriodEnd(TEST_FILTER_PERIOD_END); in setAndGetFilterPeriod_withString()
286 appParams.setFilterPeriodEnd(filterPeriodEndString); in setAndGetFilterPeriod_withString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java297 setFilterPeriodEnd(new String(appParams, i, tagLength)); in parseParams()
1281 public void setFilterPeriodEnd(String filterPeriodEnd) throws ParseException { in setFilterPeriodEnd() method in BluetoothMapAppParams
1293 public void setFilterPeriodEnd(long filterPeriodEnd) { in setFilterPeriodEnd() method in BluetoothMapAppParams