aboutsummaryrefslogtreecommitdiff
path: root/car-lib
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-06-21 23:00:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-21 23:00:15 +0000
commit5748e3e9174c05dc2c44ff667cc4f3cca100238d (patch)
treea07e8f8fe45d58d3c15de24c73127d12dd4d0224 /car-lib
parentc3cb52abdbd7dd9b0fb70947242f452440db736c (diff)
parent25fa6f2e47fc034cc6bef7be6d0fae6889194f1d (diff)
downloadCar-5748e3e9174c05dc2c44ff667cc4f3cca100238d.tar.gz
Merge "Associate user id with unlock token handle" into pi-dev
Diffstat (limited to 'car-lib')
-rw-r--r--car-lib/src/android/car/trust/ICarTrustAgentBleService.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/car-lib/src/android/car/trust/ICarTrustAgentBleService.aidl b/car-lib/src/android/car/trust/ICarTrustAgentBleService.aidl
index 8b50fd379a..4dec6a0a43 100644
--- a/car-lib/src/android/car/trust/ICarTrustAgentBleService.aidl
+++ b/car-lib/src/android/car/trust/ICarTrustAgentBleService.aidl
@@ -58,4 +58,7 @@ interface ICarTrustAgentBleService {
void onEscrowTokenAdded(in byte[] token, long handle, int uid);
void onEscrowTokenRemoved(long handle, boolean successful);
void onEscrowTokenActiveStateChanged(long handle, boolean active);
+
+ /** Management */
+ int getUserIdByEscrowTokenHandle(long tokenHandle);
}