Home
last modified time | relevance | path

Searched defs:TestKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DPersistableBundleUtilsTest.java45 private static class TestKey { class in PersistableBundleUtilsTest
50 TestKey(int testInteger) { in TestKey() method in PersistableBundleUtilsTest.TestKey
54 TestKey(PersistableBundle in) { in TestKey() method in PersistableBundleUtilsTest.TestKey
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DObjectCounterTest.java43 public static class TestKey { class in ObjectCounterTest
48 public TestKey(int key1, String key2, boolean key3) { in TestKey() method in ObjectCounterTest.TestKey
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp540 bool TestKey(const std::string& name, bool required, in TestKey() function