Home
last modified time | relevance | path

Searched refs:checkboxLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockSettingsHelper.java226 public Builder setCheckboxLabel(@Nullable CharSequence checkboxLabel) { in setCheckboxLabel() argument
227 mCheckBoxLabel = checkboxLabel; in setCheckboxLabel()
422 @Nullable CharSequence checkboxLabel, boolean remoteLockscreenValidation, in launchConfirmationActivity() argument
435 checkboxLabel, remoteLockscreenValidation, remoteLockscreenValidationSession, in launchConfirmationActivity()
DConfirmDeviceCredentialActivity.java281 String checkboxLabel = intent.getStringExtra(KeyguardManager.EXTRA_CHECKBOX_LABEL); in onCreate() local
293 .setCheckboxLabel(checkboxLabel) in onCreate()