public class TrustAgentWrapper extends Object
Constructor and Description |
---|
TrustAgentWrapper(Context context,
TrustManagerService trustManagerService,
Intent intent,
UserHandle user) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
CharSequence |
getMessage() |
long |
getScheduledRestartUptimeMillis()
If not connected, returns the time at which the agent is restarted.
|
boolean |
isBound() |
boolean |
isConnected() |
boolean |
isManagingTrust() |
boolean |
isTrusted() |
void |
onDeviceLocked() |
void |
onDeviceUnlocked() |
void |
onUnlockAttempt(boolean successful) |
public TrustAgentWrapper(Context context, TrustManagerService trustManagerService, Intent intent, UserHandle user)
public void onUnlockAttempt(boolean successful)
public void onDeviceLocked()
TrustAgentService.onDeviceLocked()
public void onDeviceUnlocked()
TrustAgentService.onDeviceUnlocked()
public boolean isTrusted()
public boolean isManagingTrust()
public CharSequence getMessage()
public void destroy()
public boolean isConnected()
public boolean isBound()
public long getScheduledRestartUptimeMillis()