Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java430 ArrayList<Integer> listUsers() throws DeviceNotAvailableException; in listUsers() method
DTestDevice.java769 public ArrayList<Integer> listUsers() throws DeviceNotAvailableException {
1198 ArrayList<Integer> userIds = listUsers();
DNativeDevice.java3537 public ArrayList<Integer> listUsers() throws DeviceNotAvailableException { in listUsers() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1975 ArrayList<Integer> actual = mTestDevice.listUsers(); in testListUsers_oneUser()
1990 mTestDevice.listUsers(); in testListUsers_invalidOutput()
2007 mTestDevice.listUsers(); in testListUsers_unparsableOutput()
2030 ArrayList<Integer> actual = mTestDevice.listUsers(); in testListUsers_multiUsers()
3121 public ArrayList<Integer> listUsers() throws DeviceNotAvailableException { in testGetAndroidIds()
3144 public ArrayList<Integer> listUsers() throws DeviceNotAvailableException { in testGetAndroidIds_noUser()
3157 public ArrayList<Integer> listUsers() throws DeviceNotAvailableException { in testGetAndroidIds_noMatch()