Home
last modified time | relevance | path

Searched refs:getUserInfos (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DCreateUserPreparerTest.java98 doReturn(existingUsers).when(mMockDevice).getUserInfos(); in testSetUp_tearDown_reuseTestUser()
135 doReturn(existingUsers).when(mMockDevice).getUserInfos(); in testSetUp_tearDown_reuseTestUser_noExistingTestUser()
197 doReturn(existingUsers).when(mMockDevice).getUserInfos(); in testSetUp_maxUsersReached()
DSwitchUserTargetPreparerTest.java233 when(device.getUserInfos()).thenReturn(result); in mockListUsersInfo()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DCreateUserPreparer.java115 for (Map.Entry<Integer, UserInfo> entry : device.getUserInfos().entrySet()) { in cleanupOldUsersIfLimitReached()
138 for (Map.Entry<Integer, UserInfo> entry : device.getUserInfos().entrySet()) { in findExistingTradefedUser()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DUserChecker.java65 mPreUsersInfo = device.getUserInfos(); in preExecutionCheck()
101 Map<Integer, UserInfo> postUsersInfo = device.getUserInfos(); in postExecutionCheck()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSwitchUserTargetPreparer.java50 Map<Integer, UserInfo> userInfos = device.getUserInfos(); in setUp()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java704 public Map<Integer, UserInfo> getUserInfos() throws DeviceNotAvailableException; in getUserInfos() method
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DUserCheckerTest.java352 when(device.getUserInfos()).thenReturn(result); in mockListUsersInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2581 Map<Integer, UserInfo> actual = mTestDevice.getUserInfos(); in testListUsersInfo_oneUser()
2599 Map<Integer, UserInfo> actual = mTestDevice.getUserInfos(); in testListUsersInfo_multiUsers()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1159 public Map<Integer, UserInfo> getUserInfos() throws DeviceNotAvailableException { in getUserInfos() method in TestDevice
DNativeDevice.java4121 public Map<Integer, UserInfo> getUserInfos() throws DeviceNotAvailableException { in getUserInfos() method in NativeDevice