Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DEntryEnum.java25 import static com.android.server.credentials.ProviderGetSession.AUTHENTICATION_ACTION_ENTRY_KEY;
52 new AbstractMap.SimpleEntry<>(AUTHENTICATION_ACTION_ENTRY_KEY,
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderGetSession.java69 public static final String AUTHENTICATION_ACTION_ENTRY_KEY = "authentication_action_key"; field in ProviderGetSession
320 case AUTHENTICATION_ACTION_ENTRY_KEY: in onUiEntrySelected()
636 AUTHENTICATION_ACTION_ENTRY_KEY, in addAuthenticationAction()
786 return new AuthenticationEntry(AUTHENTICATION_ACTION_ENTRY_KEY, from.getSubkey(), in copyAuthEntryAndChangeStatus()