Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1145 public void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
1149 hasCallerRestrictions ? 1 : 0); in removeUser()
1151 if (hasCallerRestrictions) { in removeUser()
1160 mHandler.post(() -> handleRemoveUser(userId, hasCallerRestrictions, receiver)); in removeUser()
1163 private void handleRemoveUser(@UserIdInt int userId, boolean hasCallerRestrictions, in handleRemoveUser() argument
1197 boolean evenWhenDisallowed = hasCallerRestrictions; in handleRemoveUser()
1325 boolean hasCallerRestrictions) { in createUser() argument
1331 hasCallerRestrictions ? 1 : 0); in createUser()
1333 hasCallerRestrictions)); in createUser()
1340 boolean hasCallerRestrictions) { in handleCreateUser() argument
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/common/
DEventLogTags.logtags87 150119 car_user_svc_remove_user_req (user_id|1),(hasCallerRestrictions|1)
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2345 boolean hasCallerRestrictions) { in createUser() argument
2347 hasCallerRestrictions); in createUser()
2363 private void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
2365 mCarUserService.removeUser(userId, hasCallerRestrictions, userRemovalFuture); in removeUser()