Searched refs:mAffiliationWithDevice (Results 1 – 1 of 1) sorted by relevance
45 private Map<Integer, Boolean> mAffiliationWithDevice = new ConcurrentHashMap<>(); field in DeviceStateCacheImpl77 mAffiliationWithDevice.put(userId, true); in setHasAffiliationWithDevice()79 mAffiliationWithDevice.remove(userId); in setHasAffiliationWithDevice()85 return mAffiliationWithDevice.getOrDefault(userId, false); in hasAffiliationWithDevice()