commit | 26668f5bc28fa3b3b3536428bbdc9d84f803f652 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Nov 11 16:17:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 11 16:17:19 2020 +0000 |
tree | bef0ce09d5ad48464313bcae7494fae9d633fb6f | |
parent | 68ed7fcc632dc42152939bc4c00cc7e590dcd5f6 [diff] | |
parent | 2f0c3976e3c3262cc8ad5f348cce6c9a653e1496 [diff] |
Merge "Add @SensitiveData to Keystore service and callback"
diff --git a/keystore/binder/android/security/keystore/IKeystoreOperationResultCallback.aidl b/keystore/binder/android/security/keystore/IKeystoreOperationResultCallback.aidl index 0a51511..f37b838 100644 --- a/keystore/binder/android/security/keystore/IKeystoreOperationResultCallback.aidl +++ b/keystore/binder/android/security/keystore/IKeystoreOperationResultCallback.aidl
@@ -22,6 +22,7 @@ /** * @hide */ +@SensitiveData oneway interface IKeystoreOperationResultCallback { void onFinished(in OperationResult result); -} \ No newline at end of file +}
diff --git a/keystore/binder/android/security/keystore/IKeystoreService.aidl b/keystore/binder/android/security/keystore/IKeystoreService.aidl index 7f8d941..e0879dd 100644 --- a/keystore/binder/android/security/keystore/IKeystoreService.aidl +++ b/keystore/binder/android/security/keystore/IKeystoreService.aidl
@@ -29,6 +29,7 @@ /** * @hide */ +@SensitiveData interface IKeystoreService { @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) int getState(int userId);