Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java305 UserHandle associatedUserHandle = subscriptionManager.getSubscriptionUserHandle(subId); in showSwitchToManagedProfileDialogIfAppropriate() local
308 if (associatedUserHandle != null && um.isManagedProfile( in showSwitchToManagedProfileDialogIfAppropriate()
309 associatedUserHandle.getIdentifier())) { in showSwitchToManagedProfileDialogIfAppropriate()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java24114 UserHandle associatedUserHandle =
24116 if (associatedUserHandle == null
24117 || associatedUserHandle.getIdentifier() != userId) {