HomeSort by relevance Sort by last modified time
    Searched refs:HashSet (Results 76 - 100 of 1155) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
IntentFlags.java 20 import java.util.HashSet;
59 private Set<IntentFlag> mComplements = new HashSet<>();
60 private Set<IntentFlag> mConflicts = new HashSet<>();
61 private Set<IntentFlag> mRequests = new HashSet<>();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/
PKIXCRLUtil.java 9 import java.util.HashSet;
23 Set initialSet = new HashSet();
36 Set finalSet = new HashSet();
80 Set crls = new HashSet();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 11 import java.util.HashSet;
67 trustedACIssuers = new HashSet();
68 necessaryACAttributes = new HashSet();
69 prohibitedACAttributes = new HashSet();
70 attrCertCheckers = new HashSet();
135 trustedACIssuers = new HashSet(_params.trustedACIssuers);
136 prohibitedACAttributes = new HashSet(_params.prohibitedACAttributes);
137 necessaryACAttributes = new HashSet(_params.necessaryACAttributes);
138 attrCertCheckers = new HashSet(_params.attrCertCheckers);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 10 import java.util.HashSet;
25 Set initialSet = new HashSet();
38 Set finalSet = new HashSet();
82 Set crls = new HashSet();
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
ExtendedPKIXParameters.java 12 import java.util.HashSet;
69 trustedACIssuers = new HashSet();
70 necessaryACAttributes = new HashSet();
71 prohibitedACAttributes = new HashSet();
72 attrCertCheckers = new HashSet();
137 trustedACIssuers = new HashSet(_params.trustedACIssuers);
138 prohibitedACAttributes = new HashSet(_params.prohibitedACAttributes);
139 necessaryACAttributes = new HashSet(_params.necessaryACAttributes);
140 attrCertCheckers = new HashSet(_params.attrCertCheckers);
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
ClassTransformer.java 27 import java.util.HashSet;
50 private static final Set<Class<? extends java.io.Serializable>> EXCLUDES = new HashSet<>(
99 mockedTypes = Collections.synchronizedSet(new HashSet<Class<?>>());
131 Set<Class<?>> types = new HashSet<>();
  /external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/
StaticClassTransformer.java 27 import java.util.HashSet;
49 private static final Set<Class<? extends java.io.Serializable>> EXCLUDES = new HashSet<>(
93 mockedTypes = Collections.synchronizedSet(new HashSet<Class<?>>());
125 Set<Class<?>> types = new HashSet<>();
  /external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
MappingFileProviderTest.java 27 import java.util.HashSet;
53 private static HashSet<String> newHashSet(String... strings) {
54 HashSet<String> set = new HashSet<String>();
  /external/libphonenumber/repackaged/internal/prefixmapper/test/com/android/i18n/phonenumbers/prefixmapper/
MappingFileProviderTest.java 28 import java.util.HashSet;
55 private static HashSet<String> newHashSet(String... strings) {
56 HashSet<String> set = new HashSet<String>();
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
SubstitutableLoggerTest.java 33 import java.util.HashSet;
44 private static final Set<String> EXCLUDED_METHODS = new HashSet<String>(Arrays.asList("getName"));
73 private final Set<String> invokedMethodSignatures = new HashSet<String>();
89 Set<String> methodSignatures = new HashSet<String>();
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
HostAtomTests.java 36 import java.util.HashSet;
72 Set<Integer> screenOnStates = new HashSet<>(
76 Set<Integer> screenOffStates = new HashSet<>(
116 Set<Integer> batteryUnknownStates = new HashSet<>(
118 Set<Integer> batteryChargingStates = new HashSet<>(
120 Set<Integer> batteryDischargingStates = new HashSet<>(
122 Set<Integer> batteryNotChargingStates = new HashSet<>(
124 Set<Integer> batteryFullStates = new HashSet<>(
169 Set<Integer> unpluggedStates = new HashSet<>(
171 Set<Integer> acStates = new HashSet<>(
    [all...]
  /art/libartbase/base/
hash_map.h 57 class HashMap : public HashSet<std::pair<Key, Value>,
63 using Base = HashSet<std::pair<Key, Value>,
  /art/tools/class2greylist/src/com/android/class2greylist/
AnnotationPropertyWriter.java 10 import java.util.HashSet;
25 mColumns = new HashSet<>();
  /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
UpdateEngineErrorCodes.java 23 import java.util.HashSet;
66 private static final Set<Integer> SUCCEEDED_COMPLETION_CODES = new HashSet<>(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
CameraFlashlightActivity.java 32 import java.util.HashSet;
46 private final HashSet<String> mPendingCameraIds = new HashSet<>();
53 private final HashSet<View> mAllButtons = new HashSet<>();
55 private final HashMap<TestState, HashSet<View>> mStateButtonsMap = new HashMap<>();
181 mStateButtonsMap.put(state, new HashSet<View>());
247 HashSet<View> views = mStateButtonsMap.get(mTestState);
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseCallbackTest.java 24 import java.util.HashSet;
56 private Set<AdvertiseCallback> mCallbacks = new HashSet<>();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DrawCountDown.java 6 import java.util.HashSet;
10 private static Set<DrawCountDown> sPendingCallbacks = new HashSet<>();
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DrawCountDown.java 6 import java.util.HashSet;
10 private static Set<DrawCountDown> sPendingCallbacks = new HashSet<>();
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java 21 import java.util.HashSet;
35 private final Set<String> mCoveredWith = new HashSet<>();
ApiMethod.java 21 import java.util.HashSet;
46 private final Set<String> mCoveredWith = new HashSet<>();
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 29 import java.util.HashSet;
48 Set<Integer> typeStringIndexes = new HashSet<Integer>();
49 Set<Integer> memberNameIndexes = new HashSet<Integer>();
67 methodIds = new HashSet<Integer>();
68 fieldIds = new HashSet<Integer>();
157 Set<Integer> fields = new HashSet<Integer>();
176 Set<Integer> methods = new HashSet<Integer>();
192 Set<Integer> assignableTypes = new HashSet<Integer>();
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
StoreBackendImpl.java 26 import java.util.HashSet;
36 private final Set<Transaction> mReceivedTransactions = new HashSet<>();
  /developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
SharingShortcutsManager.java 29 import java.util.HashSet;
73 Set<String> contactCategories = new HashSet<>();
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
StoreBackendImpl.java 26 import java.util.HashSet;
36 private final Set<Transaction> mReceivedTransactions = new HashSet<>();
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
StoreBackendImpl.java 26 import java.util.HashSet;
36 private final Set<Transaction> mReceivedTransactions = new HashSet<>();

Completed in 4481 milliseconds

1 2 34 5 6 7 8 91011>>