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

/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java95 * Flag for {@link #grantTrust(CharSequence, long, int)} indicating that trust is being granted
104 * Flag for {@link #grantTrust(CharSequence, long, int)} indicating that the agent would like
209 * call {@link #grantTrust(CharSequence, long, boolean)} if the trust state should be
267 * @deprecated use {@link #grantTrust(CharSequence, long, int)} instead.
270 public final void grantTrust( method in class:TrustAgentService
272 grantTrust(message, durationMs, initiatedByUser ? FLAG_GRANT_TRUST_INITIATED_BY_USER : 0);
290 public final void grantTrust( method in class:TrustAgentService
299 mCallback.grantTrust(message.toString(), durationMs, flags);
309 grantTrust(message, durationMs, flags);

Completed in 53 milliseconds