Home
last modified time | relevance | path

Searched refs:grantTrust (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java235 public final void grantTrust( in grantTrust() method in TrustAgentService
244 mCallback.grantTrust(message.toString(), durationMs, initiatedByUser); in grantTrust()
254 grantTrust(message, durationMs, initiatedByUser); in grantTrust()
DITrustAgentServiceCallback.aidl27 void grantTrust(CharSequence message, long durationMs, boolean initiatedByUser); in grantTrust() method
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java145 grantTrust(intent.getStringExtra(EXTRA_MESSAGE),
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java196 public void grantTrust(CharSequence userMessage, long durationMs, boolean initiatedByUser) {
/frameworks/base/api/
Dsystem-current.txt28809 method public final void grantTrust(java.lang.CharSequence, long, boolean);