Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DErrorDialogActivity.java160 for (UserInfo uInfo : userProfiles) { in getManagedProfileUserId()
161 if (uInfo.id == userId) { in getManagedProfileUserId()
164 if (uInfo.isManagedProfile()) { in getManagedProfileUserId()
165 return uInfo.id; in getManagedProfileUserId()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DDevicePolicyManagerCompat.java126 DevicePolicyManager getParentProfileInstance(UserInfoCompat uInfo) { in getParentProfileInstance() argument
127 return this.mManager.getParentProfileInstance(uInfo.mUserInfo); in getParentProfileInstance()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DRestrictedLockUtilsInternal.java338 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()
339 if (uInfo.id == userId) { in getManagedProfileId()
342 if (uInfo.isManagedProfile()) { in getManagedProfileId()
343 return uInfo.id; in getManagedProfileId()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java2372 for (UserInfo uInfo : userInfoProfiles) { in getManagedProfileUserId()
2373 if (uInfo.id == userId) { in getManagedProfileUserId()
2376 if (uInfo.isManagedProfile()) { in getManagedProfileUserId()
2377 return uInfo.id; in getManagedProfileUserId()