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