Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java14692 if (isCrossProfileQuickContactDisabled(managedUserId)) { in startManagedQuickContact()
14708 private boolean isCrossProfileQuickContactDisabled(@UserIdInt int userId) { in isCrossProfileQuickContactDisabled() method