Searched refs:newKey (Results 1 – 6 of 6) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | Keymaster.cpp | 148 std::string* newKey) { in upgradeKey() argument 155 if (newKey) in upgradeKey() 156 newKey->assign(reinterpret_cast<const char*>(&upgradedKeyBlob[0]), in upgradeKey()
|
D | Keymaster.h | 68 const km::AuthorizationSet& inParams, std::string* newKey);
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationResultXml.java | 148 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/ |
D | ObjectifyTestBase.java | 75 factory().datastore().newKeyFactory().setKind(kind).newKey(); in makeEntity()
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 181 $.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/ |
D | ShowCoverageOverviewServlet.java | 365 .newKey(startTime); in getCoverageDataTable() 374 .newKey(endTime); in getCoverageDataTable()
|