Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp148 std::string* newKey) { in upgradeKey() argument
155 if (newKey) in upgradeKey()
156 newKey->assign(reinterpret_cast<const char*>(&upgradedKeyBlob[0]), in upgradeKey()
DKeymaster.h68 const km::AuthorizationSet& inParams, std::string* newKey);
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationResultXml.java148 String newKey = key.split(getAttributesPrefix())[1]; in addBuildInfoAttributes() local
149 serializer.attribute(NS, newKey, build.getBuildAttributes().get(key)); in addBuildInfoAttributes()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyTestBase.java75 factory().datastore().newKeyFactory().setKind(kind).newKey(); in makeEntity()
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js181 $.post('/api/test_acknowledgments', JSON.stringify(data)).done(function(newKey) { argument
182 var newAck = createAcknowledgment(newKey, test, branches, devices, testCaseNames, note);
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java365 .newKey(startTime); in getCoverageDataTable()
374 .newKey(endTime); in getCoverageDataTable()