Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/trust/
DTrustArchive.java22 import android.service.trust.TrustAgentService;
201 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0) { in dumpGrantFlags()
205 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0) { in dumpGrantFlags()
DTrustAgentWrapper.java42 import android.service.trust.TrustAgentService;
233 active ? TrustAgentService.TOKEN_STATE_ACTIVE
234 : TrustAgentService.TOKEN_STATE_INACTIVE);
505 TrustAgentService.TOKEN_STATE_ACTIVE); in onEscrowTokenActivated()
DTrustManagerService.java57 import android.service.trust.TrustAgentService;
104 new Intent(TrustAgentService.SERVICE_INTERFACE);
791 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()
793 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsAttrs()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java27 import android.service.trust.TrustAgentService;
75 (flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0;
77 (flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0;
/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java80 public class TrustAgentService extends Service { class
82 private final String TAG = TrustAgentService.class.getSimpleName() +
/frameworks/base/api/
Dsystem-current.txt7604 public class TrustAgentService extends android.app.Service {
7605 ctor public TrustAgentService();
7627 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";
/frameworks/base/non-updatable-api/
Dsystem-current.txt7502 public class TrustAgentService extends android.app.Service {
7503 ctor public TrustAgentService();
7525 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64370 Landroid/service/trust/TrustAgentService$ConfigurationData;-><init>(Ljava/util/List;Landroid/os/IBi…
64371 Landroid/service/trust/TrustAgentService$ConfigurationData;->options:Ljava/util/List;
64372 Landroid/service/trust/TrustAgentService$ConfigurationData;->token:Landroid/os/IBinder;
64373 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onConfigure(Ljava/util/List;Lan…
64374 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceLocked()V
64375 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceUnlocked()V
64376 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onEscrowTokenAdded([BJLandroid/…
64377 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onEscrowTokenRemoved(JZ)V
64378 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onTokenStateReceived(JI)V
64379 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onTrustTimeout()V
[all …]