Home
last modified time | relevance | path

Searched refs:getMainUserId (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceOwnerTargetPreparerTest.java99 when(mTestInfo.getDevice().getMainUserId()).thenReturn(10); in testSetUp_headless_switchesToMainUser()
133 when(mTestInfo.getDevice().getMainUserId()).thenReturn(10); in testSetUp_headless_removeSecondaryUsers()
166 when(mTestInfo.getDevice().getMainUserId()).thenReturn(10); in testSetUp_headless_setsDeviceOwner()
193 when(mTestInfo.getDevice().getMainUserId()).thenReturn(10); in testTearDown_headless_removesDeviceOwner()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceOwnerTargetPreparer.java96 Integer mainUserId = mDevice.getMainUserId(); in getDeviceOwnerUserId()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java903 public Integer getMainUserId() throws DeviceNotAvailableException; in getMainUserId() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2027 public Integer getMainUserId() throws DeviceNotAvailableException { in getMainUserId() method in TestDevice
DNativeDevice.java5173 public Integer getMainUserId() throws DeviceNotAvailableException { in getMainUserId() method in NativeDevice