Searched refs:removeUser (Results 1 – 4 of 4) sorted by relevance
420 public boolean removeUser(int userId) throws DeviceNotAvailableException; in removeUser() method
879 public boolean removeUser(int userId) throws DeviceNotAvailableException {
3583 public boolean removeUser(int userId) throws DeviceNotAvailableException { in removeUser() method in NativeDevice
2174 assertTrue(mTestDevice.removeUser(10)); in testRemoveUser()2184 assertFalse(mTestDevice.removeUser(10)); in testRemoveUser_failed()