Home
last modified time | relevance | path

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

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