Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java19 import static com.android.cts.devicepolicy.TestCertificates.getTestKey;
145 assertTrue(mDevicePolicyManager.installKeyPair(ADMIN, getTestKey(), in prepareTestKeyPair()
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java113 public static PrivateKey getTestKey() throws Exception { in getTestKey() method in TestCertificates