Home
last modified time | relevance | path

Searched refs:LAST_COMMON_STATUS (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/user/
DUserStartResponse.java77 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.java91 CommonResults.LAST_COMMON_STATUS + 1;
98 CommonResults.LAST_COMMON_STATUS + 2;
106 CommonResults.LAST_COMMON_STATUS + 3;
113 CommonResults.LAST_COMMON_STATUS + 4;
120 CommonResults.LAST_COMMON_STATUS + 5;
DUserRemovalResult.java66 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.java57 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.java61 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.java60 CommonResults.LAST_COMMON_STATUS + 1;
68 public static final int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 2;
DCommonResults.java67 static final int LAST_COMMON_STATUS = 100; field in CommonResults
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt509 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;
541 field TIRAMISU_0 int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 1;
542 … field TIRAMISU_0 int STATUS_SUCCESSFUL_LAST_ADMIN_REMOVED = CommonResults.LAST_COMMON_STATUS + 2;
543 field TIRAMISU_0 int STATUS_SUCCESSFUL_SET_EPHEMERAL = CommonResults.LAST_COMMON_STATUS + 3;
544 …d TIRAMISU_0 int STATUS_SUCCESSFUL_LAST_ADMIN_SET_EPHEMERAL = CommonResults.LAST_COMMON_STATUS + 4;
559 field TIRAMISU_0 int LAST_COMMON_STATUS = 100;
579 …SU_0 @hiddenOnly int STATUS_SUCCESSFUL_USER_IS_CURRENT_USER = CommonResults.LAST_COMMON_STATUS + 1;
580 …field TIRAMISU_0 @hiddenOnly int STATUS_USER_DOES_NOT_EXIST = CommonResults.LAST_COMMON_STATUS + 2;
[all …]