Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2337 int res = mTestDevice.getCurrentUser(); in testGetCurrentUser()
2360 int res = mTestDevice.getCurrentUser(); in testGetCurrentUser_null()
2380 mTestDevice.getCurrentUser(); in testGetCurrentUser_lowApi()
2529 public int getCurrentUser() throws DeviceNotAvailableException { in testSwitchUser_alreadySameUser()
2555 public int getCurrentUser() throws DeviceNotAvailableException { in testSwitchUser()
2588 public int getCurrentUser() throws DeviceNotAvailableException { in testSwitchUser_delay()
2640 public int getCurrentUser() throws DeviceNotAvailableException { in testSwitchUser_noChange()
2681 public int getCurrentUser() throws DeviceNotAvailableException { in testStopUser_notCurrent()
2711 public int getCurrentUser() throws DeviceNotAvailableException { in testStopUser_notSystem()
2770 public int getCurrentUser() throws DeviceNotAvailableException { in verifyStopUserSuccess()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java494 public int getCurrentUser() throws DeviceNotAvailableException; in getCurrentUser() method
DTestDevice.java968 public int getCurrentUser() throws DeviceNotAvailableException {
1056 if (userId == getCurrentUser()) {
1063 if (userId == getCurrentUser()) {
DNativeDevice.java3640 public int getCurrentUser() throws DeviceNotAvailableException { in getCurrentUser() method in NativeDevice