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.java1117 public void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
1121 hasCallerRestrictions ? 1 : 0); in removeUser()
1123 if (hasCallerRestrictions) { in removeUser()
1132 mHandler.post(() -> handleRemoveUser(userId, hasCallerRestrictions, callback)); in removeUser()
1135 private void handleRemoveUser(@UserIdInt int userId, boolean hasCallerRestrictions, in handleRemoveUser() argument
1168 boolean overrideDevicePolicy = hasCallerRestrictions; in handleRemoveUser()
1310 boolean hasCallerRestrictions) { in createUser() argument
1315 flags, timeoutMs, hasCallerRestrictions ? 1 : 0); in createUser()
1332 callingUser, hasCallerRestrictions)); in createUser()
1372 @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.java191 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq() argument
193 timeout, hasCallerRestrictions); in writeCarUserServiceCreateUserReq()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java478 boolean hasCallerRestrictions) { in createUser() argument
480 hasCallerRestrictions); in createUser()
502 protected void removeUser(@UserIdInt int userId, boolean hasCallerRestrictions, in removeUser() argument
504 mCarUserService.removeUser(userId, hasCallerRestrictions, resultCallbackImpl); 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);