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

/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java99 * Flag for {@link #grantTrust(CharSequence, long, int)} indicating that trust is being granted
108 * Flag for {@link #grantTrust(CharSequence, long, int)} indicating that the agent would like
271 * call {@link #grantTrust(CharSequence, long, boolean)} if the trust state should be
297 * Calls to {@link #grantTrust(CharSequence, long, int)} will be ignored until the user has
376 * @deprecated use {@link #grantTrust(CharSequence, long, int)} instead.
379 public final void grantTrust( method in class:TrustAgentService
381 grantTrust(message, durationMs, initiatedByUser ? FLAG_GRANT_TRUST_INITIATED_BY_USER : 0);
399 public final void grantTrust( method in class:TrustAgentService
408 mCallback.grantTrust(message.toString(), durationMs, flags);
418 grantTrust(messag
[all...]

Completed in 41 milliseconds