Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceStateCacheImpl.java45 private Map<Integer, Boolean> mAffiliationWithDevice = new ConcurrentHashMap<>(); field in DeviceStateCacheImpl
77 mAffiliationWithDevice.put(userId, true); in setHasAffiliationWithDevice()
79 mAffiliationWithDevice.remove(userId); in setHasAffiliationWithDevice()
85 return mAffiliationWithDevice.getOrDefault(userId, false); in hasAffiliationWithDevice()