Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java388 length += getFilterPeriodEnd() == INVALID_VALUE_PARAMETER ? 0 : 15; in getParamMaxLength()
429 if (getFilterPeriodEnd() != INVALID_VALUE_PARAMETER) { in EncodeParams()
590 public long getFilterPeriodEnd() { in getFilterPeriodEnd() method in BluetoothMapAppParams
DBluetoothMapContent.java1016 if ((ap.getFilterPeriodEnd() != -1)) { in setWhereFilterPeriod()
1018 where += " AND " + Sms.DATE + " < " + ap.getFilterPeriodEnd(); in setWhereFilterPeriod()
1020 where += " AND " + Mms.DATE + " < " + (ap.getFilterPeriodEnd() / 1000L); in setWhereFilterPeriod()
1022 … where += " AND " + BluetoothMapContract.MessageColumns.DATE + " < " + (ap.getFilterPeriodEnd()); in setWhereFilterPeriod()