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}
84 * Reports that the list of enabled trust agents changed for user {@param userId}.
110 * Registers a listener for trust events.
141 * Unregisters a listener for trust events.
157 * @return whether {@param userId} has enabled and configured trust agents. Ignores short-term
158 * unavailability of trust due to {@link LockPatternUtils.StrongAuthTracker}.
186 * Reports that the trust state has changed.
188 * @param userId the user, for which the trust changed.
189 * @param flags flags specified by the trust agen
[all...]
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java17 package android.service.trust;
45 * one trust agent installed on the platform. In the event there is more than one,
46 * either trust agent can enable trust.
57 * <action android:name="android.service.trust.TrustAgentService" />
59 * <meta-data android:name="android.service.trust.trustagent"
64 * and should allow configuring the trust agent, as defined in
68 * <trust-agent xmlns:android="http://schemas.android.com/apk/res/android"
85 = "android.service.trust.TrustAgentService";
88 * The name of the {@code meta-data} tag pointing to additional configuration of the trust
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java17 package com.android.server.trust;
40 import android.service.trust.ITrustAgentService;
41 import android.service.trust.ITrustAgentServiceCallback;
52 private static final String TRUST_EXPIRED_ACTION = "android.server.trust.TRUST_EXPIRED_ACTION";
114 Log.w(TAG, "Agent is not connected, cannot grant trust: "
126 // ensure trust agents are evaluating trust state at least as often as
307 * @see android.service.trust.TrustAgentService#onUnlockAttempt(boolean)
322 * @see android.service.trust.TrustAgentService#onDeviceLocked()
333 * @see android.service.trust
[all...]
H A DTrustArchive.java17 package com.android.server.trust;
22 import android.service.trust.TrustAgentService;
30 * An archive of trust events.
H A DTrustManagerService.java17 package com.android.server.trust;
31 import android.app.trust.ITrustListener;
32 import android.app.trust.ITrustManager;
58 import android.service.trust.TrustAgentService;
75 * Manages trust agents and trust listeners.
77 * It is responsible for binding to the enabled {@link android.service.trust.TrustAgentService}s
82 * It also keeps a set of {@link android.app.trust.ITrustListener}s that are notified whenever the
83 * trust state changes for any user.
86 * instance of a {@link android.service.trust
[all...]

Completed in 133 milliseconds