Home
last modified time | relevance | path

Searched defs:users (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DListForegroundAffiliatedUsersTest.java33 List<UserHandle> users = mDevicePolicyManager.listForegroundAffiliatedUsers(); in testListForegroundAffiliatedUsers_onlyForegroundUser() local
42 List<UserHandle> users = mDevicePolicyManager.listForegroundAffiliatedUsers(); in testListForegroundAffiliatedUsers_empty() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java101 int[] users = Utils.prepareSingleUser(getDevice()); in resumeOnReboot_SingleUser_Success() local
141 int[] users = Utils.prepareSingleUser(getDevice()); in resumeOnReboot_ManagedProfile_Success() local
187 int[] users = Utils.prepareMultipleUsers(getDevice(), 2); in resumeOnReboot_TwoUsers_SingleUserUnlock_Success() local
244 int[] users = Utils.prepareMultipleUsers(getDevice(), 2); in resumeOnReboot_TwoUsers_BothUserUnlock_Success() local
303 int[] users = Utils.prepareSingleUser(getDevice()); in resumeOnReboot_SingleUser_ServerBased_Success() local
339 int[] users = Utils.prepareSingleUser(getDevice()); in resumeOnReboot_SingleUser_MultiClient_ClientASuccess() local
382 int[] users = Utils.prepareSingleUser(getDevice()); in resumeOnReboot_SingleUser_MultiClient_ClientBSuccess() local
DInstantAppUserTest.java70 final int[] users = Utils.prepareMultipleUsers(getDevice(), 2); in setUp() local
DUtils.java169 int[] users = new int[] { primary }; in getAllUsers() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.java35 public static Users users() { in users() method in TestApis
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DAdbUserParser26.java104 Map<Integer, AdbUser> users = new HashMap<>(); in parseUsers() local
DUsers.java114 List<UserReference> users = new ArrayList<>(all()); in initial() local
203 Set<UserReference> users = findUsersOfType(userType); in findUserOfType() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersonalAppsSuspensionTest.java87 final List<UserHandle> users = userManager.getUserProfiles(); in requestQuietModeEnabledForProfile() local
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java150 int[] users = new int[] { primary }; in getAllUsers() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.java338 Collection<UserReference> users = TestApis.users().all(); in checkForTerminalDeviceOwnerFailures() local