Home
last modified time | relevance | path

Searched refs:CommonResults (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/car-lib/src/android/car/user/
DUserStartResponse.java48 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
57 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
67 CommonResults.STATUS_UNSUPPORTED_PLATFORM_FAILURE;
77 CommonResults.LAST_COMMON_STATUS + 1;
86 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 2;
96 CommonResults.LAST_COMMON_STATUS + 3;
105 public static final int STATUS_DISPLAY_INVALID = CommonResults.LAST_COMMON_STATUS + 4;
114 public static final int STATUS_DISPLAY_UNAVAILABLE = CommonResults.LAST_COMMON_STATUS + 5;
123 public static final int STATUS_USER_INVALID = CommonResults.LAST_COMMON_STATUS + 6;
133 STATUS_USER_ASSIGNED_TO_ANOTHER_DISPLAY = CommonResults.LAST_COMMON_STATUS + 7;
DUserSwitchResult.java50 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
57 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
63 public static final int STATUS_HAL_FAILURE = CommonResults.STATUS_HAL_FAILURE;
70 public static final int STATUS_HAL_INTERNAL_FAILURE = CommonResults.STATUS_HAL_INTERNAL_FAILURE;
77 public static final int STATUS_INVALID_REQUEST = CommonResults.STATUS_INVALID_REQUEST;
84 CommonResults.STATUS_UX_RESTRICTION_FAILURE;
91 CommonResults.LAST_COMMON_STATUS + 1;
98 CommonResults.LAST_COMMON_STATUS + 2;
106 CommonResults.LAST_COMMON_STATUS + 3;
113 CommonResults.LAST_COMMON_STATUS + 4;
[all …]
DUserRemovalResult.java48 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
54 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
60 public static final int STATUS_INVALID_REQUEST = CommonResults.STATUS_INVALID_REQUEST;
66 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 1;
73 CommonResults.LAST_COMMON_STATUS + 2;
81 CommonResults.LAST_COMMON_STATUS + 3;
90 CommonResults.LAST_COMMON_STATUS + 4;
DUserStopResult.java45 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
51 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
57 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 1;
63 public static final int STATUS_FAILURE_SYSTEM_USER = CommonResults.LAST_COMMON_STATUS + 2;
69 public static final int STATUS_FAILURE_CURRENT_USER = CommonResults.LAST_COMMON_STATUS + 3;
DUserStopResponse.java49 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
55 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
61 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 1;
67 public static final int STATUS_FAILURE_SYSTEM_USER = CommonResults.LAST_COMMON_STATUS + 2;
73 public static final int STATUS_FAILURE_CURRENT_USER = CommonResults.LAST_COMMON_STATUS + 3;
DUserStartResult.java43 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
51 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
60 CommonResults.LAST_COMMON_STATUS + 1;
68 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 2;
DUserCreationResult.java53 public static final int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
60 public static final int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
67 public static final int STATUS_HAL_FAILURE = CommonResults.STATUS_HAL_FAILURE;
74 public static final int STATUS_HAL_INTERNAL_FAILURE = CommonResults.STATUS_HAL_INTERNAL_FAILURE;
81 public static final int STATUS_INVALID_REQUEST = CommonResults.STATUS_INVALID_REQUEST;
DCommonResults.java27 final class CommonResults { class
70 private CommonResults() { in CommonResults() method in CommonResults
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt507 field TIRAMISU_0 int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
508 field TIRAMISU_0 int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
509 field TIRAMISU_0 int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 1;
510 field TIRAMISU_0 int STATUS_FAILURE_SYSTEM_USER = CommonResults.LAST_COMMON_STATUS + 2;
511 field TIRAMISU_0 int STATUS_FAILURE_CURRENT_USER = CommonResults.LAST_COMMON_STATUS + 3;
521 field TIRAMISU_0 @hiddenOnly int STATUS_SUCCESSFUL = CommonResults.STATUS_SUCCESSFUL;
522 field TIRAMISU_0 @hiddenOnly int STATUS_ANDROID_FAILURE = CommonResults.STATUS_ANDROID_FAILURE;
523 field TIRAMISU_0 @hiddenOnly int STATUS_HAL_FAILURE = CommonResults.STATUS_HAL_FAILURE;
524 …field TIRAMISU_0 @hiddenOnly int STATUS_HAL_INTERNAL_FAILURE = CommonResults.STATUS_HAL_INTERNAL_F…
525 field TIRAMISU_0 int STATUS_INVALID_REQUEST = CommonResults.STATUS_INVALID_REQUEST;
[all …]