OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImportWrappedKeyTest
(Results
1 - 2
of
2
) sorted by null
/external/nos/test/system-test-harness/src/
keymaster-import-wrapped-key-tests.cc
29
class
ImportWrappedKeyTest
: public testing::Test {
39
unique_ptr<nos::NuggetClientInterface>
ImportWrappedKeyTest
::client;
40
unique_ptr<Keymaster>
ImportWrappedKeyTest
::service;
41
unique_ptr<test_harness::TestHarness>
ImportWrappedKeyTest
::uart_printer;
43
void
ImportWrappedKeyTest
::SetUpTestCase() {
57
void
ImportWrappedKeyTest
::TearDownTestCase() {
205
TEST_F(
ImportWrappedKeyTest
, ImportSuccess) {
/cts/tests/tests/keystore/src/android/keystore/cts/
ImportWrappedKeyTest.java
75
public class
ImportWrappedKeyTest
extends AndroidTestCase {
76
private static final String TAG = "
ImportWrappedKeyTest
";
Completed in 215 milliseconds