Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java15744 if (getEnforcingAdminAndUserDetailsInternal(userId, null) != null in createShowAdminSupportIntent()
15754 if (getEnforcingAdminAndUserDetailsInternal(userId, userRestriction) != null) { in createUserRestrictionSupportIntent()
16193 private Bundle getEnforcingAdminAndUserDetailsInternal(int userId, String restriction) { in getEnforcingAdminAndUserDetailsInternal() method
16347 return getEnforcingAdminAndUserDetailsInternal(userId, restriction); in getEnforcingAdminAndUserDetails()
16368 if (getEnforcingAdminAndUserDetailsInternal(userId, restriction) != null) { in createAdminSupportIntent()