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;
235 active ? TrustAgentService.TOKEN_STATE_ACTIVE
236 : TrustAgentService.TOKEN_STATE_INACTIVE);
DTrustManagerService.java51 import android.service.trust.TrustAgentService;
94 new Intent(TrustAgentService.SERVICE_INTERFACE);
545 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()
547 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsAttrs()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java26 import android.service.trust.TrustAgentService;
80 (flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0;
82 (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.txt4763 public class TrustAgentService extends android.app.Service {
4764 ctor public TrustAgentService();
4786 …public static final java.lang.String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";
/frameworks/base/config/
Dhiddenapi-public-dex.txt40354 Landroid/service/trust/TrustAgentService;
40355 Landroid/service/trust/TrustAgentService;-><init>()V
40356 Landroid/service/trust/TrustAgentService;->addEscrowToken([BLandroid/os/UserHandle;)V
40357 Landroid/service/trust/TrustAgentService;->FLAG_GRANT_TRUST_DISMISS_KEYGUARD:I
40358 Landroid/service/trust/TrustAgentService;->FLAG_GRANT_TRUST_INITIATED_BY_USER:I
40359 Landroid/service/trust/TrustAgentService;->grantTrust(Ljava/lang/CharSequence;JI)V
40360 Landroid/service/trust/TrustAgentService;->grantTrust(Ljava/lang/CharSequence;JZ)V
40361 Landroid/service/trust/TrustAgentService;->isEscrowTokenActive(JLandroid/os/UserHandle;)V
40362 Landroid/service/trust/TrustAgentService;->onBind(Landroid/content/Intent;)Landroid/os/IBinder;
40363 Landroid/service/trust/TrustAgentService;->onConfigure(Ljava/util/List;)Z
[all …]
Dboot-image-profile.txt5206 HPLandroid/service/trust/TrustAgentService$1;->handleMessage(Landroid/os/Message;)V
5207 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onConfigure(Ljava/util/List;L…
5208 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceLocked()V
5209 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceUnlocked()V
5210 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onUnlockAttempt(Z)V
5211 HPLandroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->setCallback(Landroid/service/…
5212 HPLandroid/service/trust/TrustAgentService;-><init>()V
5213 HPLandroid/service/trust/TrustAgentService;->onBind(Landroid/content/Intent;)Landroid/os/IBinder;