Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1178 public void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser()
1196 private void handleRemoveUser(@UserIdInt int userId, boolean hasCallerRestrictions, in handleRemoveUser()
1371 boolean hasCallerRestrictions) { in createUser()
1443 @NonNull UserHandle callingUser, boolean hasCallerRestrictions) { in handleCreateUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java481 boolean hasCallerRestrictions) { in createUser()
505 protected void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java195 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq()