Searched refs:enterGarageMode (Results 1 – 3 of 3) sorted by relevance
138 mGarageMode.enterGarageMode(/* completor= */ null); in test_backgroundUsersStopedOnGarageModeCancel()162 mGarageMode.enterGarageMode(/* completor= */ null); in test_backgroundUsersStopedOnGarageModeCancel_beforeStartingBgUsers()186 mGarageMode.enterGarageMode(() -> latch.countDown()); in test_backgroundUsersStoppedOnGarageModeFinish()203 mGarageMode.enterGarageMode(/* completor= */ null); in test_restartingGarageModeStorePreviouslyStartedUsers()210 mGarageMode.enterGarageMode(/* completor= */ null); in test_restartingGarageModeStorePreviouslyStartedUsers()230 garageMode.enterGarageMode(/* completor= */ null); in test_garageModeTestExitImmediately()238 garageMode.enterGarageMode(completor); in test_garageModeTestExitImmediately()
153 mHandler.post(() -> mGarageMode.enterGarageMode(completor)); in initiateGarageMode()
339 void enterGarageMode(Runnable completor) { in enterGarageMode() method in GarageMode