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