HomeSort by relevance Sort by last modified time
    Searched defs:blacklist (Results 26 - 50 of 60) sorted by null

12 3

  /frameworks/base/services/core/java/com/android/server/policy/
PolicyControl.java 192 private Filter(ArraySet<String> whitelist, ArraySet<String> blacklist) {
194 mBlacklist = blacklist;
222 dump("blacklist", mBlacklist, pw); pw.print(']');
247 ArraySet<String> blacklist = new ArraySet<String>(); local
252 blacklist.add(token);
257 return new Filter(whitelist, blacklist);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityHelperTest.java 203 * Verify that correct size BSSID blacklist and SSID whitelist are accepted.
208 ArrayList<String> blacklist = buildBssidBlacklist(MAX_BSSID_BLACKLIST_SIZE); local
210 assertTrue(mWifiConnectivityHelper.setFirmwareRoamingConfiguration(blacklist, whitelist));
212 blacklist = buildBssidBlacklist(MAX_BSSID_BLACKLIST_SIZE - 2);
214 assertTrue(mWifiConnectivityHelper.setFirmwareRoamingConfiguration(blacklist, whitelist));
218 * Verify that null BSSID blacklist or SSID whitelist is rejected.
223 ArrayList<String> blacklist = buildBssidBlacklist(MAX_BSSID_BLACKLIST_SIZE); local
226 assertFalse(mWifiConnectivityHelper.setFirmwareRoamingConfiguration(blacklist, null));
230 * Verify that incorrect size BSSID blacklist is rejected.
235 ArrayList<String> blacklist = buildBssidBlacklist(MAX_BSSID_BLACKLIST_SIZE + 1) local
246 ArrayList<String> blacklist = buildBssidBlacklist(MAX_BSSID_BLACKLIST_SIZE); local
258 ArrayList<String> blacklist = buildBssidBlacklist(0); local
    [all...]
WifiNetworkSelectorTest.java 216 HashSet<String> blacklist = new HashSet<String>(); local
218 blacklist, mWifiInfo, false, true, false);
246 HashSet<String> blacklist = new HashSet<String>(); local
248 blacklist, mWifiInfo, false, true, false);
277 HashSet<String> blacklist = new HashSet<String>(); local
279 blacklist, mWifiInfo, false, true, false);
286 blacklist, mWifiInfo, true, false, false);
317 HashSet<String> blacklist = new HashSet<String>(); local
319 blacklist, mWifiInfo, false, true, false);
327 blacklist, mWifiInfo, false, true, false)
358 HashSet<String> blacklist = new HashSet<String>(); local
405 HashSet<String> blacklist = new HashSet<String>(); local
452 HashSet<String> blacklist = new HashSet<String>(); local
500 HashSet<String> blacklist = new HashSet<String>(); local
533 HashSet<String> blacklist = new HashSet<String>(); local
631 HashSet<String> blacklist = new HashSet<String>(); local
955 HashSet<String> blacklist = new HashSet<String>(); local
1006 HashSet<String> blacklist = new HashSet<>(); local
1036 HashSet<String> blacklist = new HashSet<>(); local
1072 HashSet<String> blacklist = new HashSet<>(); local
1100 HashSet<String> blacklist = new HashSet<>(); local
1134 HashSet<String> blacklist = new HashSet<>(); local
1165 HashSet<String> blacklist = new HashSet<>(); local
1203 HashSet<String> blacklist = new HashSet<>(); local
1232 HashSet<String> blacklist = new HashSet<>(); local
1256 HashSet<String> blacklist = new HashSet<>(); local
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 517 // Check a blacklist of interfaces that are incompatible with fast tracks.
521 // In release builds, we only use the blacklist method.
525 static const unsigned blacklist[] = { local
530 // FIXME The problem with a blacklist is remembering to add new interfaces here
533 for (unsigned i = 0; i < sizeof(blacklist)/sizeof(blacklist[0]); ++i) {
534 if (IsInterfaceInitialized(&ar->mObject, blacklist[i])) {
541 if (blacklist[i] != MPH_ANDROIDEFFECT) {
542 switch (blacklist[i]) {
    [all...]
AudioPlayer_to_android.cpp 1523 static const unsigned blacklist[] = { local
    [all...]
  /art/tools/veridex/
veridex.cc 71 const char* blacklist = nullptr; member in struct:art::VeridexOptions
93 static const char* kBlacklistOption = "--blacklist=";
105 options->blacklist = Substr(argv[i], strlen(kBlacklistOption));
219 HiddenApi hidden_api(options.blacklist, options.dark_greylist, options.light_greylist);
249 << " in blacklist" << std::endl;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 3 // BEGIN Android-added: Blacklist support
5 // END Android-added: Blacklist support
48 // BEGIN Android-added: Avoid loading blacklist during class init
50 private final static CertBlacklist blacklist = new CertBlacklist(); field in class:PKIXCertPathValidatorSpi.NoPreloadHolder
52 // END Android-added: Avoid loading blacklist during class init
114 if (NoPreloadHolder.blacklist.isSerialNumberBlackListed(serial)) {
304 if (NoPreloadHolder.blacklist.isPublicKeyBlackListed(workingPublicKey)) {
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetTest.java 385 // Clear ref1, GC, and ensure that we still blacklist.
422 // Clear ref1, GC, and ensure that we still blacklist.
505 public void blacklist(Key<?> key, State state, Object source) { method in class:WeakKeySetTest.TestState
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 81 String[] blacklist = blackListStr.split(","); local
82 for (String slot : blacklist) {
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustManagerImpl.java 138 private final CertBlacklist blacklist; field in class:TrustManagerImpl
165 CertBlacklist blacklist) {
166 this(keyStore, manager, certStore, blacklist, null, null, null);
173 TrustedCertificateStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore,
205 if (blacklist == null) {
206 blacklist = CertBlacklist.getDefault();
225 this.blacklist = blacklist;
674 // Check whole chain against the blacklist
719 if (blacklist.isPublicKeyBlackListed(cert.getPublicKey()))
    [all...]
  /external/dhcpcd-6.8.2/
if-options.h 185 in_addr_t *blacklist; member in struct:if_options
  /external/honggfuzz/
honggfuzz.h 215 uint64_t* blacklist; member in struct:__anon21192
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 620 struct wpa_blacklist *blacklist; member in struct:wpa_supplicant
623 * extra_blacklist_count - Sum of blacklist counts after last connection
626 * failures (maximum number for any BSS) over blacklist clear
628 * failures prior to the last blacklist clear operation which happens
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 475 milliseconds

12 3