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

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
UserRestrictionsTest.java 41 private int mDeviceOwnerUserId;
48 mDeviceOwnerUserId = mPrimaryUserId;
57 mDeviceOwnerUserId));
58 runTests("userrestrictions.CheckNoOwnerRestrictionsTest", mDeviceOwnerUserId);
86 "testDefaultRestrictions", mDeviceOwnerUserId);
88 "testSetAllRestrictions", mDeviceOwnerUserId);
90 "testBroadcast", mDeviceOwnerUserId);
102 setPoAsUser(mDeviceOwnerUserId);
105 "testDefaultRestrictions", mDeviceOwnerUserId);
107 "testSetAllRestrictions", mDeviceOwnerUserId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ProtectedPackages.java 38 private int mDeviceOwnerUserId;
66 mDeviceOwnerUserId = deviceOwnerUserId;
78 if ((mDeviceOwnerUserId == userId)
92 if (mDeviceOwnerUserId == userId) {
UserManagerService.java 334 private int mDeviceOwnerUserId = UserHandle.USER_NULL;
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowDevicePolicyManager.java 25 private int mDeviceOwnerUserId = -1;
45 return mDeviceOwnerUserId;
63 mDeviceOwnerUserId = id;
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 112 private int mDeviceOwnerUserId = UserHandle.USER_NULL;
199 mDeviceOwnerUserId, (mDeviceOwner != null ? mDeviceOwner.packageName : null),
211 return mDeviceOwnerUserId;
221 return Pair.create(mDeviceOwnerUserId, mDeviceOwner.admin);
269 mDeviceOwnerUserId = userId;
280 mDeviceOwnerUserId = UserHandle.USER_NULL;
427 return mDeviceOwner != null && mDeviceOwnerUserId == userId;
511 mDeviceOwnerUserId = UserHandle.USER_SYSTEM;
608 mDeviceOwnerUserId);
610 owners.put(mDeviceOwnerUserId, uid)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 333 milliseconds