Home
last modified time | relevance | path

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

/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java451 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