Searched refs:sNextScheduledForUserId (Results 1 – 1 of 1) sorted by relevance
60 private static final SparseLongArray sNextScheduledForUserId = new SparseLongArray(); field in KeyValueBackupJob114 sNextScheduledForUserId.put(userId, System.currentTimeMillis() + delay); in schedule()130 return sNextScheduledForUserId.get(userId); in nextScheduled()169 sNextScheduledForUserId.delete(userId); in clearScheduledForUserId()