Searched refs:periodEnd (Results 1 – 6 of 6) sorted by relevance
31 public String periodEnd = null; field in MessagesFilter46 this.periodEnd = filter.periodEnd; in MessagesFilter()63 periodEnd = (new ObexTime(filterEnd)).toString(); in setPeriod()
77 if (filter.periodEnd != null) { in RequestGetMessagesListing()78 oap.add(OAP_TAGID_FILTER_PERIOD_END, filter.periodEnd); in RequestGetMessagesListing()
360 Long periodEnd = null; in query() local363 periodEnd = Long.parseLong(value); in query()379 periodEnd, in query()470 Long periodEnd, in queryConversation() argument
246 final long periodEnd = 100; in query_forConversationUri() local262 BluetoothMapContract.FILTER_PERIOD_END, Long.toString(periodEnd)) in query_forConversationUri()280 eq(periodEnd), in query_forConversationUri()735 Long periodEnd, in queryConversation() argument
112 assertThat(filter.periodEnd).isEqualTo((new ObexTime(end.getTime())).toString()); in testBuilder()
389 val periodEnd = "you code is G-345821." in <lambda>() constant403 addMatcherTestResult(expected = true, periodEnd) in <lambda>()