Searched refs:chooseLockIntent (Results 1 – 2 of 2) sorted by relevance
137 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in setScreenLockUsed() local138 chooseLockIntent.putExtra( in setScreenLockUsed()141 startActivityForResult(chooseLockIntent, CHANGE_LOCK_METHOD_REQUEST); in setScreenLockUsed()
452 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in launchChooseLockscreen() local453 chooseLockIntent.putExtra(ChooseLockGeneric.ChooseLockGenericFragment.HIDE_INSECURE_OPTIONS, in launchChooseLockscreen()455 startActivityForResult(chooseLockIntent, REQUEST_CHOOSE_LOCK); in launchChooseLockscreen()