Searched refs:chooseLockIntent (Results 1 – 2 of 2) sorted by relevance
144 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in setScreenLockUsed() local145 chooseLockIntent.setPackage(getContext().getPackageName()); in setScreenLockUsed()146 chooseLockIntent.putExtra( in setScreenLockUsed()149 startActivityForResult(chooseLockIntent, CHANGE_LOCK_METHOD_REQUEST); in setScreenLockUsed()
556 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD) in launchChooseLockscreen() local558 chooseLockIntent.putExtra(ChooseLockGeneric.ChooseLockGenericFragment.HIDE_INSECURE_OPTIONS, in launchChooseLockscreen()560 startActivityForResult(chooseLockIntent, REQUEST_CHOOSE_LOCK); in launchChooseLockscreen()