Home
last modified time | relevance | path

Searched defs:TEST_ALIAS (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DWifiTest.java106 private static final String TEST_ALIAS = "test_alias"; field in WifiTest
726 TEST_ALIAS, /* requestAccess= */ false); in addNetwork_keychainKeyGranted_success() local
735 dpc(sDeviceState).componentName(), TEST_ALIAS); in addNetwork_keychainKeyGranted_success() local
746 TEST_ALIAS, /* requestAccess= */ false); in addNetwork_keychainKeyNotGranted_failure() local
752 dpc(sDeviceState).componentName(), TEST_ALIAS); in addNetwork_keychainKeyNotGranted_failure() local
763 TEST_ALIAS, /* requestAccess= */ false); in addNetworkSuggestions_keychainKeyGranted_success() local
772 dpc(sDeviceState).componentName(), TEST_ALIAS); in addNetworkSuggestions_keychainKeyGranted_success() local
783 TEST_ALIAS, /* requestAccess= */ false); in addNetworkSuggestions_keychainKeyNotGranted_invalid() local
791 dpc(sDeviceState).componentName(), TEST_ALIAS); in addNetworkSuggestions_keychainKeyNotGranted_invalid() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DKeyManagementTest.java88 private static final String TEST_ALIAS = "KeyManagementTest-keypair"; field in KeyManagementTest
135 mDevicePolicyManager.removeKeyPair(getWho(), TEST_ALIAS); in tearDown() local
726 mDevicePolicyManager.grantKeyPairToApp(getWho(), TEST_ALIAS, SHARED_UID_APP1_PKG); in testGetKeyPairGrants_SharedUid() local
737 mDevicePolicyManager.grantKeyPairToApp(getWho(), TEST_ALIAS, SHARED_UID_APP1_PKG); in testGetKeyPairGrants_DifferentUids() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/helper/
DSavedWifiHelperTest.java40 static final String TEST_ALIAS = "test_alias"; field in SavedWifiHelperTest
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/
H A DWifiKeyStoreTest.java46 private static final String TEST_ALIAS = "some_alias"; field in WifiKeyStoreTest
/aosp_15_r20/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiMigrationTest.java48 public static final String TEST_ALIAS = "someAliasString"; field in WifiMigrationTest
H A DWifiKeystoreTest.java50 public static final String TEST_ALIAS = "someAliasString"; field in WifiKeystoreTest
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/
DUserCredentialsSettingsTest.java56 static final String TEST_ALIAS = "test_alias"; field in UserCredentialsSettingsTest
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A Dlib.rs574 static TEST_ALIAS: &str = "test_alias"; constant
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyGeneratorTest.java59 private static final String TEST_ALIAS = "karlin"; field in RecoverableKeyGeneratorTest
H A DRecoverableKeyStoreManagerTest.java144 private static final String TEST_ALIAS = "nick"; field in RecoverableKeyStoreManagerTest
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbHelperTest.java47 private static final String TEST_ALIAS = "test-alias"; field in RecoverableKeyStoreDbHelperTest
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
H A DDirectDelegatedCertInstallerTest.java68 private static final String TEST_ALIAS = "DirectDelegatedCertInstallerTest-keypair"; field in DirectDelegatedCertInstallerTest
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
H A DCredentialManagementAppActivity.java78 private static final String TEST_ALIAS = "testAlias"; field in CredentialManagementAppActivity
/aosp_15_r20/system/security/keystore2/src/database/
H A Dtests.rs499 static TEST_ALIAS: &str = "my super duper key"; variable