HomeSort by relevance Sort by last modified time
    Searched refs:providerList (Results 1 - 15 of 15) sorted by null

  /libcore/ojluni/src/main/java/sun/security/jca/
Providers.java 40 private static final ThreadLocal<ProviderList> threadLists =
49 private static volatile ProviderList providerList;
52 // set providerList to empty list first in case initialization somehow
54 providerList = ProviderList.EMPTY;
55 providerList = ProviderList.fromSecurityProperties();
60 final int numConfiguredProviders = providerList.size();
61 providerList = providerList.removeInvalid()
    [all...]
ProviderList.java 36 * The system starts out with a ProviderList that only has the classNames
42 * to force all Providers to be loaded and to obtain a ProviderList with
56 public final class ProviderList {
59 sun.security.util.Debug.getInstance("jca", "ProviderList");
65 // constant for an ProviderList with no elements
66 static final ProviderList EMPTY = new ProviderList(PC0, true);
85 // construct a ProviderList from the security properties
87 static ProviderList fromSecurityProperties() {
90 new PrivilegedAction<ProviderList>() {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointConfigStoreData.java 56 "ProviderList";
179 * @param providerList The list of providers to serialize
183 private void serializeProviderList(XmlSerializer out, List<PasspointProvider> providerList)
185 if (providerList == null) {
189 for (PasspointProvider provider : providerList) {
283 List<PasspointProvider> providerList = new ArrayList<>();
286 providerList.add(deserializeProvider(in, outerTagDepth + 1));
288 return providerList;
  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 369 private ComponentName getDefaultGlobalSearchProvider(List<ResolveInfo> providerList) {
370 if (providerList != null && !providerList.isEmpty()) {
371 ActivityInfo ai = providerList.get(0).activityInfo;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointConfigStoreDataTest.java 237 List<PasspointProvider> providerList = new ArrayList<>();
238 providerList.add(new PasspointProvider(createFullPasspointConfiguration(),
244 when(mDataSource.getProviders()).thenReturn(providerList);
251 assertEquals(providerList, providersCaptor.getValue());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 321 milliseconds