Searched refs:FLAG_NONE (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java541 KeyStore.FLAG_NONE);
596 return keyStore.put(name, certData, Process.WIFI_UID, KeyStore.FLAG_NONE);
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java368 android.security.KeyStore.UID_SELF, android.security.KeyStore.FLAG_NONE)) {
H A DKeyStore.java51 public static final int FLAG_NONE = 0; field in class:KeyStore
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java1445 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1447 KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1449 KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1507 FAKE_DSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1509 FAKE_DSA_USER_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1511 KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1527 FAKE_EC_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1529 FAKE_EC_USER_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1531 KeyStore.UID_SELF, KeyStore.FLAG_NONE));
1547 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE));
[all...]

Completed in 498 milliseconds