Home
last modified time | relevance | path

Searched refs:createUserNoThrow (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java663 public int createUserNoThrow(String name) throws DeviceNotAvailableException; in createUserNoThrow() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2753 assertEquals(10, mTestDevice.createUserNoThrow("foo")); in testCreateUserNoThrow()
2767 assertEquals(-1, mTestDevice.createUserNoThrow("TEST")); in testCreateUserNoThrow_wrongOutput()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1256 public int createUserNoThrow(String name) throws DeviceNotAvailableException { in createUserNoThrow() method in TestDevice
DNativeDevice.java4148 public int createUserNoThrow(String name) throws DeviceNotAvailableException { in createUserNoThrow() method in NativeDevice