Merge "Put credman registry-based sessions into PENDING state to start" into udc-dev am: 6cc44e5c1f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23817723 Change-Id: Iadb9b73ef35e78190b97465cce570fa05f52eb86 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -126,6 +126,7 @@ public class ProviderRegistryGetSession extends ProviderSession<CredentialOption
|
||||
mElementKeys = new HashSet<>(requestOption
|
||||
.getCredentialRetrievalData()
|
||||
.getStringArrayList(CredentialOption.SUPPORTED_ELEMENT_KEYS));
|
||||
mStatus = Status.PENDING;
|
||||
}
|
||||
|
||||
protected ProviderRegistryGetSession(@NonNull Context context,
|
||||
@@ -143,6 +144,7 @@ public class ProviderRegistryGetSession extends ProviderSession<CredentialOption
|
||||
mElementKeys = new HashSet<>(requestOption
|
||||
.getCredentialRetrievalData()
|
||||
.getStringArrayList(CredentialOption.SUPPORTED_ELEMENT_KEYS));
|
||||
mStatus = Status.PENDING;
|
||||
}
|
||||
|
||||
private List<Entry> prepareUiCredentialEntries(
|
||||
|
||||
Reference in New Issue
Block a user