Home
last modified time | relevance | path

Searched refs:ERROR_UNSUPPORTED_OPERATION (Results 1 – 12 of 12) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java72 public static final int ERROR_UNSUPPORTED_OPERATION = 9; field in HealthConnectException
131 ERROR_UNSUPPORTED_OPERATION
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DThreadNetworkException.java148 public static final int ERROR_UNSUPPORTED_OPERATION = 13; field in ThreadNetworkException
151 private static final int ERROR_MAX = ERROR_UNSUPPORTED_OPERATION;
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DThreadNetworkControllerTest.java19 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;
104 assertThat(thrown.getErrorCode()).isEqualTo(ERROR_UNSUPPORTED_OPERATION); in setChannelMaxPowers_withPrivilegedPermission_success()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DSessionDatatypeDisabledFeatureTest.java79 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteExerciseSession_insertWithDisableFeature_throwsException()
106 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteSleepSession_insertWithDisableFeature_throwsException()
DExerciseRouteDisabledFeatureTest.java67 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteRoute_insertWithDisableFeature_throwsException()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DExerciseSessionRecordHelper.java21 import static android.health.connect.HealthConnectException.ERROR_UNSUPPORTED_OPERATION;
341 ERROR_UNSUPPORTED_OPERATION, "Writing exercise sessions is not supported."); in checkRecordOperationsAreEnabled()
347 ERROR_UNSUPPORTED_OPERATION, "Writing exercise route is not supported."); in checkRecordOperationsAreEnabled()
358 ERROR_UNSUPPORTED_OPERATION, "Writing exercise route is not supported."); in getRequiredExtraWritePermissions()
DSleepSessionRecordHelper.java156 HealthConnectException.ERROR_UNSUPPORTED_OPERATION, in checkRecordOperationsAreEnabled()
/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/
DThreadNetworkControllerTest.java22 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;
397 .onError(ERROR_UNSUPPORTED_OPERATION, ""); in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/
DHealthConnectServiceImplTest.java20 import static android.health.connect.HealthConnectException.ERROR_UNSUPPORTED_OPERATION;
541 .isEqualTo(ERROR_UNSUPPORTED_OPERATION); in testReadMedicalResources_byIds_flagOff_throws()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java43 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;
1026 return ERROR_UNSUPPORTED_OPERATION;
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java25 import static android.health.connect.HealthConnectException.ERROR_UNSUPPORTED_OPERATION;
2215 ERROR_UNSUPPORTED_OPERATION, in readMedicalResources()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt66 field public static final int ERROR_UNSUPPORTED_OPERATION = 9; // 0x9