Searched refs:startHomeForUserAndDisplay (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarInputServiceTest.java | 1061 verify(() -> CarServiceUtils.startHomeForUserAndDisplay(any(), anyInt(), anyInt()), in onKeyEvent_homeKeyUpToDriverSeat_triggersDefaultKeyEventMainListener() 1073 verify(() -> CarServiceUtils.startHomeForUserAndDisplay(any(), anyInt(), anyInt()), in onKeyEvent_homeKeyUpToInvalidSeat_doesNothing() 1081 verify(() -> CarServiceUtils.startHomeForUserAndDisplay(any(), anyInt(), anyInt()), in onKeyEvent_homeKeyDownToPassengerSeat_doesNothing() 1087 doAnswer((invocation) -> null).when(() -> CarServiceUtils.startHomeForUserAndDisplay( in onKeyEvent_homeKeyUpToPassengerSeat_triggersStartyHome() 1092 verify(() -> CarServiceUtils.startHomeForUserAndDisplay(mContext, PASSENGER_USER_ID, in onKeyEvent_homeKeyUpToPassengerSeat_triggersStartyHome()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarServiceUtils.java | 728 public static boolean startHomeForUserAndDisplay(Context context, in startHomeForUserAndDisplay() method in CarServiceUtils
|
D | CarInputService.java | 909 CarServiceUtils.startHomeForUserAndDisplay(mContext, userId, displayId); in handleHomeKey()
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 28 import static com.android.car.CarServiceUtils.startHomeForUserAndDisplay; 2589 boolean result = startHomeForUserAndDisplay(mContext, userId, displayId); in startLauncherForVisibleUser()
|