Searched refs:TIMESTAMP (Results 1 – 1 of 1) sorted by relevance
69 private static final String TIMESTAMP = "timestamp"; field in BusinessLogicFactory116 if (root.has(TIMESTAMP)) { in createBL()117 bl.mTimestamp = parseTimestamp(root.getString(TIMESTAMP)); in createBL()