summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot2018-06-21 18:00:15 -0500
committerAndroid (Google) Code Review2018-06-21 18:00:15 -0500
commit5748e3e9174c05dc2c44ff667cc4f3cca100238d (patch)
treea07e8f8fe45d58d3c15de24c73127d12dd4d0224 /car-lib
parentc3cb52abdbd7dd9b0fb70947242f452440db736c (diff)
parent25fa6f2e47fc034cc6bef7be6d0fae6889194f1d (diff)
downloadplatform-packages-services-car-5748e3e9174c05dc2c44ff667cc4f3cca100238d.tar.gz
platform-packages-services-car-5748e3e9174c05dc2c44ff667cc4f3cca100238d.tar.xz
platform-packages-services-car-5748e3e9174c05dc2c44ff667cc4f3cca100238d.zip
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 8b50fd37..4dec6a0a 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 {
58 void onEscrowTokenAdded(in byte[] token, long handle, int uid); 58 void onEscrowTokenAdded(in byte[] token, long handle, int uid);
59 void onEscrowTokenRemoved(long handle, boolean successful); 59 void onEscrowTokenRemoved(long handle, boolean successful);
60 void onEscrowTokenActiveStateChanged(long handle, boolean active); 60 void onEscrowTokenActiveStateChanged(long handle, boolean active);
61
62 /** Management */
63 int getUserIdByEscrowTokenHandle(long tokenHandle);
61} 64}