Searched refs:ACTION_LOCKDOWN_RESET (Results 1 – 1 of 1) sorted by relevance
70 private static final String ACTION_LOCKDOWN_RESET = "com.android.server.action.LOCKDOWN_RESET"; field in LockdownVpnTracker106 final Intent resetIntent = new Intent(ACTION_LOCKDOWN_RESET); in LockdownVpnTracker()213 final IntentFilter resetFilter = new IntentFilter(ACTION_LOCKDOWN_RESET); in initLocked()