public class LockSettingsStrongAuth extends Object
Constructor and Description |
---|
LockSettingsStrongAuth(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
registerStrongAuthTracker(IStrongAuthTracker tracker) |
void |
removeUser(int userId) |
void |
reportUnlock(int userId) |
void |
requireStrongAuth(int strongAuthReason,
int userId) |
void |
unregisterStrongAuthTracker(IStrongAuthTracker tracker) |
public LockSettingsStrongAuth(Context context)
public void registerStrongAuthTracker(IStrongAuthTracker tracker)
public void unregisterStrongAuthTracker(IStrongAuthTracker tracker)
public void removeUser(int userId)
public void requireStrongAuth(int strongAuthReason, int userId)
public void reportUnlock(int userId)