Home
last modified time | relevance | path

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

/frameworks/base/identity/java/android/security/identity/
DCredstoreWritableIdentityCredential.java120 EntryParcel[] eParcels = new EntryParcel[entryNames.size()]; in personalize() local
123 eParcels[m] = new EntryParcel(); in personalize()
124 eParcels[m].name = entryName; in personalize()
125 eParcels[m].value = nsd.getEntryValue(entryName); in personalize()
128 eParcels[m].accessControlProfileIds = new int[acpIds.size()]; in personalize()
131 eParcels[m].accessControlProfileIds[o++] = acpId.getId(); in personalize()
135 ensParcels[n].entries = eParcels; in personalize()