Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserStopRequestTest.java41 assertWithMessage("force").that(request.isForce()).isTrue(); in testUserStopRequest_withSetForce()
49 assertWithMessage("force").that(request.isForce()).isFalse(); in testUserStopRequest_withoutSetForce()
/packages/services/Car/car-lib/src/android/car/user/
DUserStopRequest.java114 public boolean isForce() { in isForce() method in UserStopRequest
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2286 boolean forceStop = request.isForce(); in stopUser()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2608 method public boolean isForce();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2608 method public boolean isForce();
Dtest-current.txt2704 method public boolean isForce();
Dsystem-lint-baseline.txt4542 UnflaggedApi: android.car.user.UserStopRequest#isForce():
4543 New API must be flagged with @FlaggedApi: method android.car.user.UserStopRequest.isForce()