Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1086 public void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
1090 hasCallerRestrictions ? 1 : 0); in removeUser()
1092 if (hasCallerRestrictions) { in removeUser()
1101 mHandler.post(() -> handleRemoveUser(userId, hasCallerRestrictions, receiver)); in removeUser()
1104 private void handleRemoveUser(@UserIdInt int userId, boolean hasCallerRestrictions, in handleRemoveUser() argument
1137 boolean overrideDevicePolicy = hasCallerRestrictions; in handleRemoveUser()
1275 boolean hasCallerRestrictions) { in createUser() argument
1280 flags, timeoutMs, hasCallerRestrictions ? 1 : 0); in createUser()
1293 callingUser, hasCallerRestrictions)); in createUser()
1298 @NonNull UserHandle callingUser, boolean hasCallerRestrictions) { in handleCreateUser() argument
[all …]
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogTags.logtags83 …ser_svc_create_user_req (safe_name|3),(user_type|3),(flags|1),(timeout|1),(hasCallerRestrictions|1)
87 150119 car_user_svc_remove_user_req (user_id|1),(hasCallerRestrictions|1)
DEventLogHelper.java229 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq() argument
231 timeout, hasCallerRestrictions); in writeCarUserServiceCreateUserReq()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java383 boolean hasCallerRestrictions) { in createUser() argument
385 hasCallerRestrictions); in createUser()
401 protected void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
403 mCarUserService.removeUser(userId, hasCallerRestrictions, userRemovalFuture); in removeUser()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt171 …CreateUserReq(String safeName, String userType, int flags, int timeout, int hasCallerRestrictions);