Searched refs:TIMESTAMP_KEY (Results 1 – 7 of 7) sorted by relevance
69 mTimestamp = obj.getLong(TestFormatJsonMapping.TIMESTAMP_KEY); in RegisterTrigger()
90 mTimestamp = obj.getLong(TestFormatJsonMapping.TIMESTAMP_KEY); in RegisterSource()
73 mTimestamp = obj.getLong(TestFormatJsonMapping.TIMESTAMP_KEY); in RegisterWebTrigger()
81 mTimestamp = obj.getLong(TestFormatJsonMapping.TIMESTAMP_KEY); in RegisterListSources()
95 mTimestamp = obj.getLong(TestFormatJsonMapping.TIMESTAMP_KEY); in RegisterWebSource()
66 TestFormatJsonMapping.TIMESTAMP_KEY,
211 String TIMESTAMP_KEY = "timestamp"; field