Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java94 prepareTestKeyPair(/* allowForWifi= */ true); in testAddNetworkWithKeychainKey_granted()
103 prepareTestKeyPair(/* allowForWifi= */ false); in testAddNetworkWithKeychainKey_notGranted()
112 prepareTestKeyPair(/* allowForWifi= */ true); in testAddNetworkSuggestionWithKeychainKey_granted()
120 prepareTestKeyPair(/* allowForWifi= */ false); in testAddNetworkSuggestionWithKeychainKey_notGranted()
144 private void prepareTestKeyPair(boolean allowForWifi) throws Exception { in prepareTestKeyPair() method in WifiTest