Searched refs:getLastActiveUserId (Results 1 – 1 of 1) sorted by relevance
451 waitUntil(() -> getLastActiveUserId() == userId, in waitForUserSwitchCompleted()452 "the last active userId to be %d, but it is %d", userId, getLastActiveUserId()); in waitForUserSwitchCompleted()461 protected int getLastActiveUserId() throws Exception { in getLastActiveUserId() method in CarHostJUnit4TestCase