diff options
| -rw-r--r-- | core/java/android/hardware/location/ContextHubClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/location/ContextHubClient.java b/core/java/android/hardware/location/ContextHubClient.java index 0a21083a0262..2335203eb100 100644 --- a/core/java/android/hardware/location/ContextHubClient.java +++ b/core/java/android/hardware/location/ContextHubClient.java @@ -102,7 +102,7 @@ public class ContextHubClient implements Closeable { /** * Sends a message to a nanoapp through the Context Hub Service. * - * This function returns TRANSACTION_SUCCESS if the message has reached the HAL, but + * This function returns RESULT_SUCCESS if the message has reached the HAL, but * does not guarantee delivery of the message to the target nanoapp. * * @param message the message object to send |