Searched defs:trust (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java17 package android.app.trust;
31 * See {@link com.android.server.trust.TrustManagerService}
105 * Reports that the list of enabled trust agents changed for user {@param userId}.
131 * Registers a listener for trust events.
169 * Unregisters a listener for trust events.
185 * @return whether {@param userId} has enabled and configured trust agents. Ignores short-term
186 * unavailability of trust due to {@link LockPatternUtils.StrongAuthTracker}.
198 * Updates the trust state for the user due to the user unlocking via fingerprint.
244 * Reports that the trust state has changed.
246 * @param userId The user, for which the trust change
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustArchive.java17 package com.android.server.trust;
22 import android.service.trust.TrustAgentService;
30 * An archive of trust events.
H A DTrustAgentWrapper.java17 package com.android.server.trust;
40 import android.service.trust.ITrustAgentService;
41 import android.service.trust.ITrustAgentServiceCallback;
42 import android.service.trust.TrustAgentService;
58 private static final String TRUST_EXPIRED_ACTION = "android.server.trust.TRUST_EXPIRED_ACTION";
129 Log.w(TAG, "Agent is not connected, cannot grant trust: "
141 // ensure trust agents are evaluating trust state at least as often as
449 * @see android.service.trust.TrustAgentService#onUnlockAttempt(boolean)
464 * @see android.service.trust
[all...]
H A DTrustManagerService.java17 package com.android.server.trust;
23 import android.app.trust.ITrustListener;
24 import android.app.trust.ITrustManager;
51 import android.service.trust.TrustAgentService;
76 * Manages trust agents and trust listeners.
78 * It is responsible for binding to the enabled {@link android.service.trust.TrustAgentService}s
83 * It also keeps a set of {@link android.app.trust.ITrustListener}s that are notified whenever the
84 * trust state changes for any user.
87 * instance of a {@link android.service.trust
[all...]
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java17 package android.service.trust;
51 * one trust agent installed on the platform. In the event there is more than one,
52 * either trust agent can enable trust.
63 * <action android:name="android.service.trust.TrustAgentService" />
65 * <meta-data android:name="android.service.trust.trustagent"
70 * and should allow configuring the trust agent, as defined in
74 * <trust-agent xmlns:android="http://schemas.android.com/apk/res/android"
91 = "android.service.trust.TrustAgentService";
94 * The name of the {@code meta-data} tag pointing to additional configuration of the trust
[all...]

Completed in 233 milliseconds