Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java379 public final void grantTrust( in grantTrust() method in TrustAgentService
381 grantTrust(message, durationMs, initiatedByUser ? FLAG_GRANT_TRUST_INITIATED_BY_USER : 0); in grantTrust()
399 public final void grantTrust( in grantTrust() method in TrustAgentService
408 mCallback.grantTrust(message.toString(), durationMs, flags); in grantTrust()
418 grantTrust(message, durationMs, flags); in grantTrust()
DITrustAgentServiceCallback.aidl27 void grantTrust(CharSequence message, long durationMs, int flags); in grantTrust() method
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java273 public void grantTrust(CharSequence userMessage, long durationMs, int flags) {
/frameworks/base/api/
Dsystem-current.txt7607 method @Deprecated public final void grantTrust(CharSequence, long, boolean);
7608 method public final void grantTrust(CharSequence, long, int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt7505 method @Deprecated public final void grantTrust(CharSequence, long, boolean);
7506 method public final void grantTrust(CharSequence, long, int);
/frameworks/base/services/
Dart-profile13405 PLcom/android/server/trust/TrustAgentWrapper$3;->grantTrust(Ljava/lang/CharSequence;JI)V
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64340 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->grantTrust(Ljava/lang/CharSequence;J…
64362 Landroid/service/trust/ITrustAgentServiceCallback;->grantTrust(Ljava/lang/CharSequence;JI)V