Home
last modified time | relevance | path

Searched refs:onEscrowTokenRemoved (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl36 oneway void onEscrowTokenRemoved(long handle, boolean successful); in onEscrowTokenRemoved() method
DTrustAgentService.java235 onEscrowTokenRemoved(handle, success);
335 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() method in TrustAgentService
665 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java247 mTrustAgentService.onEscrowTokenRemoved(handle, success);
/frameworks/base/api/
Dsystem-current.txt6794 method public void onEscrowTokenRemoved(long, boolean);