Searched refs:PropertyNotAvailableErrorCode (Results 1 – 8 of 8) sorted by relevance
46 PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED;52 PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_LOW;58 PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_HIGH;65 PropertyNotAvailableErrorCode.NOT_AVAILABLE_POOR_VISIBILITY;73 PropertyNotAvailableErrorCode.NOT_AVAILABLE_SAFETY;
31 public final class PropertyNotAvailableErrorCode { class93 private PropertyNotAvailableErrorCode() {} in PropertyNotAvailableErrorCode() method in PropertyNotAvailableErrorCode
33 private int mDetailedErrorCode = PropertyNotAvailableErrorCode.NOT_AVAILABLE;48 + PropertyNotAvailableErrorCode.toString(detailedErrorCode)); in PropertyNotAvailableException()
2881 return PropertyNotAvailableErrorCode.NOT_AVAILABLE; in getPropertyNotAvailableErrorCodeFromStatusCode()2883 return PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED; in getPropertyNotAvailableErrorCodeFromStatusCode()2885 return PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_LOW; in getPropertyNotAvailableErrorCodeFromStatusCode()2887 return PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_HIGH; in getPropertyNotAvailableErrorCodeFromStatusCode()2889 return PropertyNotAvailableErrorCode.NOT_AVAILABLE_POOR_VISIBILITY; in getPropertyNotAvailableErrorCodeFromStatusCode()2891 return PropertyNotAvailableErrorCode.NOT_AVAILABLE_SAFETY; in getPropertyNotAvailableErrorCodeFromStatusCode()
663 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED); in testGetProperty_notAvailableDisabledAfterU()677 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED); in testGetProperty_notAvailableDisabledAfterU_withVendorErrorCode()700 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SAFETY); in testGetProperty_notAvailableSafetyAfterU()714 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SAFETY); in testGetProperty_notAvailableSafetyAfterU_withVendorErrorCode()737 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_HIGH); in testGetProperty_notAvailableSpeedHighAfterU()751 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_HIGH); in testGetProperty_notAvailableSpeedHighAfterU_withVendorErrorCode()774 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_LOW); in testGetProperty_notAvailableSpeedLowAfterU()788 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_SPEED_LOW); in testGetProperty_notAvailableSpeedLowAfterU_withVendorErrorCode()1464 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED); in testSetProperty_notAvailableDisabledAfterU()1479 .isEqualTo(PropertyNotAvailableErrorCode.NOT_AVAILABLE_DISABLED); in testSetProperty_notAvailableDisabledAfterU_withVendorErrorCode()[all …]
1690 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode:1691 …must be flagged with @FlaggedApi: class android.car.hardware.property.PropertyNotAvailableErrorCode1692 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode#NOT_AVAILABLE:1693 …flagged with @FlaggedApi: field android.car.hardware.property.PropertyNotAvailableErrorCode.NOT_AV…1694 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode#NOT_AVAILABLE_DISABLED:1695 …flagged with @FlaggedApi: field android.car.hardware.property.PropertyNotAvailableErrorCode.NOT_AV…1696 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode#NOT_AVAILABLE_POOR_VISIBI…1697 …flagged with @FlaggedApi: field android.car.hardware.property.PropertyNotAvailableErrorCode.NOT_AV…1698 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode#NOT_AVAILABLE_SAFETY:1699 …flagged with @FlaggedApi: field android.car.hardware.property.PropertyNotAvailableErrorCode.NOT_AV…[all …]
938 public final class PropertyNotAvailableErrorCode {