Home
last modified time | relevance | path

Searched refs:TrustAgentService (Results 1 – 7 of 7) 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;
74 (flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0;
76 (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.txt6782 public class TrustAgentService extends android.app.Service {
6783 ctor public TrustAgentService();
6805 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68992 Landroid/service/trust/TrustAgentService$ConfigurationData;
68993 Landroid/service/trust/TrustAgentService$ConfigurationData;-><init>(Ljava/util/List;Landroid/os/IBi…
68994 Landroid/service/trust/TrustAgentService$ConfigurationData;->options:Ljava/util/List;
68995 Landroid/service/trust/TrustAgentService$ConfigurationData;->token:Landroid/os/IBinder;
68996 Landroid/service/trust/TrustAgentService$GrantTrustFlags;
68997 Landroid/service/trust/TrustAgentService$TokenState;
68998 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;
68999 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;-><init>()V
69000 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onConfigure(Ljava/util/List;Lan…
69001 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceLocked()V
[all …]