Home | History | Annotate | Download | only in device

Lines Matching defs:getCurrentUser

79     // For getCurrentUser, the min api should be 24. We make the stub return 23, the logic should
2319 * Test that {@link TestDevice#getCurrentUser()} returns the current user id.
2337 int res = mTestDevice.getCurrentUser();
2342 * Test that {@link TestDevice#getCurrentUser()} returns null when output is not expected
2360 int res = mTestDevice.getCurrentUser();
2365 * Test that {@link TestDevice#getCurrentUser()} returns null when api level is too low
2380 mTestDevice.getCurrentUser();
2385 fail("getCurrentUser should have thrown an exception.");
2529 public int getCurrentUser() throws DeviceNotAvailableException {
2555 public int getCurrentUser() throws DeviceNotAvailableException {
2588 public int getCurrentUser() throws DeviceNotAvailableException {
2640 public int getCurrentUser() throws DeviceNotAvailableException {
2681 public int getCurrentUser() throws DeviceNotAvailableException {
2711 public int getCurrentUser() throws DeviceNotAvailableException {
2770 public int getCurrentUser() throws DeviceNotAvailableException {
2839 public int getCurrentUser() throws DeviceNotAvailableException {