Home
last modified time | relevance | path

Searched refs:onEscrowTokenActivated (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceManager.aidl36 void onEscrowTokenActivated(in int userId, in long handle); in onEscrowTokenActivated() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java81 mTrustedDeviceManager.onEscrowTokenActivated(ActivityManager.getCurrentUser(), in onEscrowTokenStateReceived()
DTrustedDeviceManager.java222 public void onEscrowTokenActivated(int userId, long handle) { in onEscrowTokenActivated() method in TrustedDeviceManager