Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCertBlacklisterTest.java54 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testClearBlacklistPubkey() local
65 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testSetBlacklistPubkey() local
75 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testChangeBlacklistPubkey() local
82 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testMultiBlacklistPubkey() local
89 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testInvalidMultiBlacklistPubkey() local
96 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testInvalidCharsBlacklistPubkey() local
106 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); in testLotsOfBlacklistedPubkeys() local
107 assertEquals(bl.toString(), blacklist); in testLotsOfBlacklistedPubkeys() local
114 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); in testClearBlacklistSerial() local
125 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); in testSetBlacklistSerial() local
[all …]
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssConfiguration.cpp215 const hidl_vec<V1_1::IGnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
374 const hidl_vec<V2_1::IGnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist_2_1()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssConfiguration.cpp215 const hidl_vec<V1_1::IGnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
374 const hidl_vec<V2_1::IGnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist_2_1()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DCertBlacklister.java80 String blacklist = getValue(); in writeBlacklist() local
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnssConfiguration.cpp228 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnssConfiguration.cpp228 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnssConfiguration.cpp223 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnssConfiguration.cpp231 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnssConfiguration.cpp223 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnssConfiguration.cpp219 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssConfiguration.cpp215 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnssConfiguration.cpp222 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssConfiguration.cpp215 const hidl_vec<GnssConfiguration::BlacklistedSource>& blacklist) { in setBlacklist()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserSystemPackageInstaller.java609 final ArrayMap<String, Set<String>> blacklist = in determineWhitelistedPackagesForUserTypes() local