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.java1117 public void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser()
1135 private void handleRemoveUser(@UserIdInt int userId, boolean hasCallerRestrictions, in handleRemoveUser()
1310 boolean hasCallerRestrictions) { in createUser()
1372 @NonNull UserHandle callingUser, boolean hasCallerRestrictions) { in handleCreateUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java478 boolean hasCallerRestrictions) { in createUser()
502 protected void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java191 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq()