Home
last modified time | relevance | path

Searched refs:mLastRestartTimestampMap (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java175 private final Map<Integer, AtomicLong> mLastRestartTimestampMap = new HashMap<>(); field in ContextHubService
373 mLastRestartTimestampMap.put(contextHubId,
908 long lastRestartTimeNs = mLastRestartTimestampMap.get(contextHubId).getAndSet(now);