Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java93 private ITrustAgentService mTrustAgentService; field in TrustAgentWrapper
212 if (mTrustAgentService != null) {
213 mTrustAgentService.onEscrowTokenAdded(
231 if (mTrustAgentService != null) {
232 mTrustAgentService.onTokenStateReceived(handle,
246 if (mTrustAgentService != null) {
247 mTrustAgentService.onEscrowTokenRemoved(handle, success);
373 mTrustAgentService = ITrustAgentService.Stub.asInterface(service);
393 mTrustAgentService = null;
440 if (mTrustAgentService != null) mTrustAgentService.onTrustTimeout(); in onTrustTimeout()
[all …]