Searched refs:createUserNoThrow (Results 1 – 4 of 4) sorted by relevance
663 public int createUserNoThrow(String name) throws DeviceNotAvailableException; in createUserNoThrow() method
2753 assertEquals(10, mTestDevice.createUserNoThrow("foo")); in testCreateUserNoThrow()2767 assertEquals(-1, mTestDevice.createUserNoThrow("TEST")); in testCreateUserNoThrow_wrongOutput()
1256 public int createUserNoThrow(String name) throws DeviceNotAvailableException { in createUserNoThrow() method in TestDevice
4148 public int createUserNoThrow(String name) throws DeviceNotAvailableException { in createUserNoThrow() method in NativeDevice