commit | 1922482a5cdf64805dab06966f9d413a7d30d893 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Tue Oct 11 08:21:46 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Wed Nov 16 11:05:16 2016 -0800 |
tree | de80452ba7a348fe9791e90e1b1f55ab94043533 | |
parent | 02caa1b821e101bf74b528e5fd64d794633a3e6c [diff] |
wifi: Rename failure_reason_util to wifi_status_util The HIDL interface now returns a |WifiStatus| instance to indicate the status of any operation. This is replacing the existing asynchronous delivery of success or failure (using |FailureReason| instance). Rename the existing util class to |wifi_status_util| and add a couple of methods to create a |WifiStatus| instance with empty description. Bug: 32056230 Test: Compiles Change-Id: I8488f7cd7d6ad6bd7a0c3c82a7ef83299d877d45