Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarServiceUtilsTest.java160 CarServiceUtils.stopSystemUiForUser(mMockContext, userId); in testStopSystemUiForUser()
/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java790 public static void stopSystemUiForUser(Context context, @UserIdInt int userId) { in stopSystemUiForUser() method in CarServiceUtils
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java30 import static com.android.car.CarServiceUtils.stopSystemUiForUser;
2044 stopSystemUiForUser(mContext, userId); in onUserInvisible()