Searched refs:chooseLockIntent (Results 1 – 4 of 4) sorted by relevance
135 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in setScreenLockUsed() local136 chooseLockIntent.putExtra( in setScreenLockUsed()139 startActivityForResult(chooseLockIntent, CHANGE_LOCK_METHOD_REQUEST); in setScreenLockUsed()
131 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in setScreenLockUsed() local132 chooseLockIntent.putExtra( in setScreenLockUsed()135 startActivityForResult(chooseLockIntent, CHANGE_LOCK_METHOD_REQUEST); in setScreenLockUsed()
418 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in launchChooseLockscreen() local419 chooseLockIntent.putExtra(ChooseLockGeneric.ChooseLockGenericFragment.MINIMUM_QUALITY_KEY, in launchChooseLockscreen()421 startActivityForResult(chooseLockIntent, REQUEST_CHOOSE_LOCK); in launchChooseLockscreen()
422 Intent chooseLockIntent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in launchChooseLockscreen() local423 chooseLockIntent.putExtra(ChooseLockGeneric.ChooseLockGenericFragment.MINIMUM_QUALITY_KEY, in launchChooseLockscreen()425 startActivityForResult(chooseLockIntent, REQUEST_CHOOSE_LOCK); in launchChooseLockscreen()