Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java261 assertThat(appParams.getFilterLastActivityBegin()) in setAndGetFilterLastActivity_withString()
DBluetoothMapContentTest.java301 when(mParams.getFilterLastActivityBegin()).thenReturn(lastActivity); in setConvoWhereFilterSmsMms()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1243 public long getFilterLastActivityBegin() { in getFilterLastActivityBegin() method in BluetoothMapAppParams
DBluetoothMapContent.java2008 if ((ap.getFilterLastActivityBegin() in setConvoWhereFilterSmsMms()
2014 .append(ap.getFilterLastActivityBegin()); in setConvoWhereFilterSmsMms()
3395 long time = ap.getFilterLastActivityBegin(); in appendConvoListQueryParameters()
DBluetoothMapObexServer.java1192 "FilterLastActivityBegin = " + appParams.getFilterLastActivityBegin()); in onGet()