Searched defs:hasCallerRestrictions (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 1117 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/ |
D | BaseCarUserServiceTestCase.java | 478 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/ |
D | EventLogHelper.java | 191 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq()
|