Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateSpaceAuthenticationActivity.java24 ….android.settings.password.ConfirmDeviceCredentialActivity.CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY;
234 credentialIntent.putExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY, in authenticatePrivateSpaceEntry()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialActivity.java75 public static final String CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY = "custom_logo_res_id"; field in ConfirmDeviceCredentialActivity
221 final int iconResId = intent.getIntExtra(CUSTOM_BIOMETRIC_PROMPT_LOGO_RES_ID_KEY, 0); in onCreate()