Searched refs:mLastRestartTimestampMap (Results 1 – 1 of 1) sorted by relevance
175 private final Map<Integer, AtomicLong> mLastRestartTimestampMap = new HashMap<>(); field in ContextHubService373 mLastRestartTimestampMap.put(contextHubId,908 long lastRestartTimeNs = mLastRestartTimestampMap.get(contextHubId).getAndSet(now);