Searched refs:ERROR_UNSUPPORTED_OPERATION (Results 1 – 12 of 12) sorted by relevance
72 public static final int ERROR_UNSUPPORTED_OPERATION = 9; field in HealthConnectException131 ERROR_UNSUPPORTED_OPERATION
148 public static final int ERROR_UNSUPPORTED_OPERATION = 13; field in ThreadNetworkException151 private static final int ERROR_MAX = ERROR_UNSUPPORTED_OPERATION;
19 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;104 assertThat(thrown.getErrorCode()).isEqualTo(ERROR_UNSUPPORTED_OPERATION); in setChannelMaxPowers_withPrivilegedPermission_success()
79 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteExerciseSession_insertWithDisableFeature_throwsException()106 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteSleepSession_insertWithDisableFeature_throwsException()
67 .isEqualTo(HealthConnectException.ERROR_UNSUPPORTED_OPERATION); in testWriteRoute_insertWithDisableFeature_throwsException()
21 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()
156 HealthConnectException.ERROR_UNSUPPORTED_OPERATION, in checkRecordOperationsAreEnabled()
22 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;397 .onError(ERROR_UNSUPPORTED_OPERATION, ""); in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
20 import static android.health.connect.HealthConnectException.ERROR_UNSUPPORTED_OPERATION;541 .isEqualTo(ERROR_UNSUPPORTED_OPERATION); in testReadMedicalResources_byIds_flagOff_throws()
43 import static android.net.thread.ThreadNetworkException.ERROR_UNSUPPORTED_OPERATION;1026 return ERROR_UNSUPPORTED_OPERATION;
25 import static android.health.connect.HealthConnectException.ERROR_UNSUPPORTED_OPERATION;2215 ERROR_UNSUPPORTED_OPERATION, in readMedicalResources()
66 field public static final int ERROR_UNSUPPORTED_OPERATION = 9; // 0x9