HomeSort by relevance Sort by last modified time
    Searched defs:parentUserId (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 146 int parentUserId = getPrimaryUser();
147 if (parentUserId != mUserId) {
148 installAppAsUser(APP_RESTRICTIONS_MANAGING_APP_APK, parentUserId);
149 installAppAsUser(APP_RESTRICTIONS_TARGET_APP_APK, parentUserId);
152 "testCannotManageAppRestrictions", parentUserId));
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 690 int parentUserId = profile.profileGroupId;
691 if (parentUserId == UserInfo.NO_PROFILE_GROUP_ID) {
694 return getUserInfoLU(parentUserId);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 247 milliseconds