Searched refs:CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY (Results 1 – 2 of 2) sorted by relevance
24 ….android.settings.password.ConfirmDeviceCredentialActivity.CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY;234 credentialIntent.putExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY, in authenticatePrivateSpaceEntry()
75 public static final String CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY = "custom_logo_res_id"; field in ConfirmDeviceCredentialActivity221 final int iconResId = intent.getIntExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY, 0); in onCreate()