Searched refs:INSTALLS_TIMESTAMP_KEY (Results 1 – 3 of 3) sorted by relevance
33 mTimestamp = obj.getLong(TestFormatJsonMapping.INSTALLS_TIMESTAMP_KEY); in UninstallApp()
33 mTimestamp = obj.getLong(TestFormatJsonMapping.INSTALLS_TIMESTAMP_KEY); in InstallApp()
221 String INSTALLS_TIMESTAMP_KEY = "timestamp"; field