Home
last modified time | relevance | path

Searched refs:NON_EXISTING_USER_HANDLE (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/remotedpc/src/library/test/java/com/android/bedstead/remotedpc/
DRemoteDpcTest.java63 private static final UserHandle NON_EXISTING_USER_HANDLE = field in RemoteDpcTest
430 () -> RemoteDpc.setAsDeviceOwner(NON_EXISTING_USER_HANDLE)); in setAsDeviceOwner_userHandle_nonExistingUser_throwsException()
544 () -> RemoteDpc.setAsProfileOwner(NON_EXISTING_USER_HANDLE)); in setAsProfileOwner_userHandle_nonExistingUser_throwsException()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/
DEventLogsTest.java55 private static final UserHandle NON_EXISTING_USER_HANDLE = UserHandle.of(1000); field in EventLogsTest
596 .onUser(NON_EXISTING_USER_HANDLE); in incorrectUserHandle_fails()