OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:periodEnd
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java
328
Long
periodEnd
= null;
331
periodEnd
= Long.parseLong(value);
343
return queryConversation(accountId, threadId, read,
periodEnd
, periodBegin,
425
* @param
periodEnd
last_activity time stamp of the the newest thread to include in the
436
Long
periodEnd
, Long periodBegin, String searchString, String[] projection,
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java
528
String
periodEnd
= null;
550
periodEnd
= (new ObexTime(filterEnd)).toString();
[
all
...]
Completed in 1545 milliseconds