Home
last modified time | relevance | path

Searched refs:getFilterLastActivityEnd (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java263 assertThat(appParams.getFilterLastActivityEnd()).isEqualTo(TEST_FILTER_LAST_ACTIVITY_END); in setAndGetFilterLastActivity_withString()
DBluetoothMapContentTest.java302 when(mParams.getFilterLastActivityEnd()).thenReturn(lastActivity); in setConvoWhereFilterSmsMms()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1267 public long getFilterLastActivityEnd() { in getFilterLastActivityEnd() method in BluetoothMapAppParams
DBluetoothMapContent.java2016 if ((ap.getFilterLastActivityEnd() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()
2021 .append(ap.getFilterLastActivityEnd()); in setConvoWhereFilterSmsMms()
3400 time = ap.getFilterLastActivityEnd(); in appendConvoListQueryParameters()
DBluetoothMapObexServer.java1193 Log.v(TAG, "FilterLastActivityEnd = " + appParams.getFilterLastActivityEnd()); in onGet()