FileDocCategorySizeDatePackage
TrustAgentService.javaAPI DocAndroid 5.1 API1286Sat Mar 14 14:10:04 GMT 2015android.service.trust

TrustAgentService

public class TrustAgentService extends android.app.Service

Fields Summary
public static final String
SERVICE_INTERFACE
public static final String
TRUST_AGENT_META_DATA
Constructors Summary
public TrustAgentService()

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidgrantTrust(java.lang.CharSequence message, long durationMs, boolean initiatedByUser)

 throw new RuntimeException("Stub!"); 
public final android.os.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public booleanonConfigure(java.util.List options)

 throw new RuntimeException("Stub!"); 
public voidonCreate()

 throw new RuntimeException("Stub!"); 
public voidonDeviceLocked()

 throw new RuntimeException("Stub!"); 
public voidonDeviceUnlocked()

 throw new RuntimeException("Stub!"); 
public voidonTrustTimeout()

 throw new RuntimeException("Stub!"); 
public voidonUnlockAttempt(boolean successful)

 throw new RuntimeException("Stub!"); 
public final voidrevokeTrust()

 throw new RuntimeException("Stub!"); 
public final voidsetManagingTrust(boolean managingTrust)

 throw new RuntimeException("Stub!");