Searched refs:LAST_QUERY_TIMESTAMP_KEY (Results 1 – 2 of 2) sorted by relevance
65 public static final String LAST_QUERY_TIMESTAMP_KEY = "queryTime"; field in DiskStatsFileLogger100 json.put(LAST_QUERY_TIMESTAMP_KEY, System.currentTimeMillis()); in getJsonRepresentation()
1457 long cache_time = json.optLong(DiskStatsFileLogger.LAST_QUERY_TIMESTAMP_KEY, -1L); in pullAppSize()1489 long cacheTime = json.optLong(DiskStatsFileLogger.LAST_QUERY_TIMESTAMP_KEY, -1L); in pullCategorySize()