Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java285 LauncherState lastState = lsm.getLastState();
286 lsm.goToState(lastState);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java664 int lastState, long timeoutMs, int expectedParamForShutdownOrSuspend) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone() argument
673 if (state[0] == lastState) { in assertStateReceivedForShutdownOrSleepWithPostpone()