Home
last modified time | relevance | path

Searched refs:NOT_AVAILABLE (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ts43/
DTs43VowifiStatus.java35 public static final int NOT_AVAILABLE = 0; field in Ts43VowifiStatus.AddrStatus
45 public static final int NOT_AVAILABLE = 0; field in Ts43VowifiStatus.TcStatus
73 .setTcStatus(TcStatus.NOT_AVAILABLE) in builder()
74 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in builder()
123 && (tcStatus() == TcStatus.NOT_AVAILABLE in serverDataMissing()
124 || addrStatus() == AddrStatus.NOT_AVAILABLE); in serverDataMissing()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableErrorCode.java36 public static final int NOT_AVAILABLE = 0; field in PropertyNotAvailableErrorCode
69 case NOT_AVAILABLE: in toString()
87 @IntDef({NOT_AVAILABLE, NOT_AVAILABLE_DISABLED,
DPropertyNotAvailableException.java33 private int mDetailedErrorCode = PropertyNotAvailableErrorCode.NOT_AVAILABLE;
DCarPropertyManager.java2881 return PropertyNotAvailableErrorCode.NOT_AVAILABLE; in getPropertyNotAvailableErrorCodeFromStatusCode()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/ts43/
DTs43VowifiStatusTest.java102 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in ts43VowifiStatus_addressNotAvailable_serverDataMissing()
119 .setTcStatus(TcStatus.NOT_AVAILABLE) in ts43VowifiStatus_tcStatusAvailable_serverDataMissing()
230 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in ts43VowifiStatus_entitlementStatusEnabledAndServerDataMissing_noAnyMatches()
231 .setTcStatus(TcStatus.NOT_AVAILABLE) in ts43VowifiStatus_entitlementStatusEnabledAndServerDataMissing_noAnyMatches()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java288 .setTcStatus(TcStatus.NOT_AVAILABLE) in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()
289 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()
310 .setTcStatus(TcStatus.NOT_AVAILABLE) in handleEntitlementStatusForActivation_showTc_showWebview()
311 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in handleEntitlementStatusForActivation_showTc_showWebview()
425 .setTcStatus(TcStatus.NOT_AVAILABLE) in handleEntitlementStatusAfterUpdating_entitlementStatusNoServerData_turnOffWfc()
426 .setAddrStatus(AddrStatus.NOT_AVAILABLE) in handleEntitlementStatusAfterUpdating_entitlementStatusNoServerData_turnOffWfc()
DImsEntitlementPollingServiceTest.java406 .setTcStatus(TcStatus.NOT_AVAILABLE)
407 .setAddrStatus(AddrStatus.NOT_AVAILABLE)
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DDebugUtilsUnitTest.java34 assertThat(DebugUtils.constantToString(StatusCode.class, StatusCode.NOT_AVAILABLE)) in aidlConstantToString()
70 android.hardware.automotive.vehicle.V2_0.StatusCode.NOT_AVAILABLE)) in hidlConstantToString()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/entitlement/
DEntitlementResult.java33 .setTcStatus(Ts43VowifiStatus.TcStatus.NOT_AVAILABLE)
34 .setAddrStatus(Ts43VowifiStatus.AddrStatus.NOT_AVAILABLE)
/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingUtilTest.cpp202 (*callback)(ClientStatusError(StatusCode::NOT_AVAILABLE)); in TEST_F()
215 (*callback)(ClientStatusError(StatusCode::NOT_AVAILABLE)); in TEST_F()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java123 convertVhalStatusCodeToCarPropertyManagerErrorCodes.put(StatusCode.NOT_AVAILABLE, in testConvertHalToCarPropertyManagerErrorStatus()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java383 throw new ServiceSpecificException(StatusCode.NOT_AVAILABLE, in get()
386 throw new ServiceSpecificException(StatusCode.NOT_AVAILABLE, in get()
802 throw new ServiceSpecificException(StatusCode.NOT_AVAILABLE, "HVAC_POWER_ON is off." in checkPropAvailable()
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h86 case aidl::android::hardware::automotive::vehicle::StatusCode::NOT_AVAILABLE: in statusCodeToErrorCode()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java594 public static final int NOT_AVAILABLE = 0; field in CarDiagnosticEvent.FuelType
621 NOT_AVAILABLE,
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java373 expect.that(thrown.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE); in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored()
439 expect.that(thrown.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE); in testGetMethodPropIdHasAreasHasNoDefaultValueHasNoAreaValue()
545 expect.that(thrown.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE); in testGetMethodForHvacPropNotAvailable()
985 expect.that(thrown.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE); in testSetMethodForHvacPropNotAvailable()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVehicleHalTest.java1488 StatusCode.NOT_AVAILABLE));
1495 assertThat(e.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE);
1516 assertThat(e.errorCode).isEqualTo(StatusCode.NOT_AVAILABLE);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java516 createGetAsyncAidlException(StatusCode.NOT_AVAILABLE); in testGetAsyncAidlServiceSpecificExceptionNotAvailable()
1134 doThrow(new ServiceSpecificException(StatusCode.NOT_AVAILABLE)).when(mAidlVehicle) in testSetAsyncServiceSpecificExceptionNotAvailable()
DHidlVehicleStubUnitTest.java583 when(mHidlVehicle.set(TEST_VHAL_VEHICLE_PROP_VALUE)).thenReturn(StatusCode.NOT_AVAILABLE); in testSetAsyncServiceSpecificExceptionNotAvailable()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java452 throw new ServiceSpecificException(StatusCode.NOT_AVAILABLE, in getValueWithRetry()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIfaceAidlImpl.java951 case TwtErrorCode.NOT_AVAILABLE: in onTwtFailure()
/packages/services/Car/car-lib/api/
Dcurrent.txt940 field public static final int NOT_AVAILABLE = 0; // 0x0
Dlint-baseline.txt1692 UnflaggedApi: android.car.hardware.property.PropertyNotAvailableErrorCode#NOT_AVAILABLE:
1693 …d with @FlaggedApi: field android.car.hardware.property.PropertyNotAvailableErrorCode.NOT_AVAILABLE
/packages/services/Car/car-lib-module/api/
Dcurrent.txt940 field public static final int NOT_AVAILABLE = 0; // 0x0
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12