File
Doc
Category
Size
Date
Package
ITrustAgentService.java
API Doc
Android 5.1 API
6194
Sat Mar 14 05:48:06 GMT 2015
android.service.trust
ITrustAgentService
public interface ITrustAgentService implements android.os.IInterface
Communication channel from TrustManagerService to the TrustAgent.
hide
Fields Summary
Constructors Summary
Methods Summary
public void
onConfigure
(
java.util.List
options,
android.os.IBinder
token)
public void
onDeviceLocked
()
public void
onDeviceUnlocked
()
public void
onTrustTimeout
()
public void
onUnlockAttempt
(
boolean
successful)
public void
setCallback
(
android.service.trust.ITrustAgentServiceCallback
callback)
Java Code Source