Searched refs:DATA_RETENTION_INTERVAL_DAY (Results 1 – 2 of 2) sorted by relevance
96 insertExpiredData(/*shiftDay=*/ DatabaseUtils.DATA_RETENTION_INTERVAL_DAY); in onReceive_containsExpiredData_clearsExpiredDataFromDatabase()107 insertExpiredData(/*shiftDay=*/ DatabaseUtils.DATA_RETENTION_INTERVAL_DAY - 1); in onReceive_withoutExpiredData_notClearsExpiredDataFromDatabase()
72 static final int DATA_RETENTION_INTERVAL_DAY = 9; field in DatabaseUtils400 - Duration.ofDays(DATA_RETENTION_INTERVAL_DAY).toMillis(); in clearExpiredDataIfNeeded()