Searched refs:periodEnd (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | MessagesFilter.java | 31 public String periodEnd = null; field in MessagesFilter 54 periodEnd = (new ObexTime(filterEnd)).toString(); in setPeriod()
|
D | RequestGetMessagesListing.java | 71 if (filter.periodEnd != null) { in RequestGetMessagesListing() 72 oap.add(OAP_TAGID_FILTER_PERIOD_END, filter.periodEnd); in RequestGetMessagesListing()
|
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProvider.java | 341 Long periodEnd = null; in query() local 344 periodEnd = Long.parseLong(value); in query() 356 return queryConversation(accountId, threadId, read, periodEnd, periodBegin, in query() 449 Long periodEnd, Long periodBegin, String searchString, String[] projection, in queryConversation() argument
|