Searched refs:checkboxLabel (Results 1 – 2 of 2) sorted by relevance
226 public Builder setCheckboxLabel(@Nullable CharSequence checkboxLabel) { in setCheckboxLabel() argument227 mCheckBoxLabel = checkboxLabel; in setCheckboxLabel()422 @Nullable CharSequence checkboxLabel, boolean remoteLockscreenValidation, in launchConfirmationActivity() argument435 checkboxLabel, remoteLockscreenValidation, remoteLockscreenValidationSession, in launchConfirmationActivity()
281 String checkboxLabel = intent.getStringExtra(KeyguardManager.EXTRA_CHECKBOX_LABEL); in onCreate() local293 .setCheckboxLabel(checkboxLabel) in onCreate()