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