Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDeviceStateCache.java56 public boolean hasAffiliationWithDevice(int userId) { in hasAffiliationWithDevice() method in DeviceStateCache
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceStateCacheImpl.java84 public boolean hasAffiliationWithDevice(int userId) { in hasAffiliationWithDevice() method in DeviceStateCacheImpl
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java5608 && DeviceStateCache.getInstance().hasAffiliationWithDevice(UserHandle.getUserId(uid)); in isAffiliatedProfileOwner()