Home
last modified time | relevance | path

Searched defs:onEscrowTokenActiveStateChanged (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/android/car/trust/
DICarTrustAgentEnrollmentCallback.aidl54 void onEscrowTokenActiveStateChanged(in long handle, in boolean active); in onEscrowTokenActiveStateChanged() method
DCarTrustAgentEnrollmentManager.java414 void onEscrowTokenActiveStateChanged(long handle, boolean active); in onEscrowTokenActiveStateChanged() method
519 public void onEscrowTokenActiveStateChanged(long handle, boolean active) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java514 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentService