Home
last modified time | relevance | path

Searched refs:SimpleEntry (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityTrace.java83 new AbstractMap.SimpleEntry<String, Long>(
85 new AbstractMap.SimpleEntry<String, Long>(
87 new AbstractMap.SimpleEntry<String, Long>(
89 new AbstractMap.SimpleEntry<String, Long>(
91 new AbstractMap.SimpleEntry<String, Long>(
94 new AbstractMap.SimpleEntry<String, Long>(
97 new AbstractMap.SimpleEntry<String, Long>(
100 new AbstractMap.SimpleEntry<String, Long>(
102 new AbstractMap.SimpleEntry<String, Long>(
105 new AbstractMap.SimpleEntry<String, Long>(
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleBackupHelperTest.java138 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_widgetId_twoDigits()
145 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_valid()
152 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_validWithSlashes()
159 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_negativeNumber()
166 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri()
173 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_valid()
180 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_invalidPackageName()
187 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForPeopleTileKey()
194 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForContactUri()
201 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown()
[all …]
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Ddeploy_patch_generator.h36 struct SimpleEntry { struct
95 void ReportSavings(const std::vector<SimpleEntry>& identicalEntries, uint64_t totalSize);
103 void GeneratePatch(const std::vector<SimpleEntry>& entriesToUseOnDevice,
108 uint64_t BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries,
H A Ddeploy_patch_generator.cpp82 void DeployPatchGenerator::ReportSavings(const std::vector<SimpleEntry>& identicalEntries, in ReportSavings()
123 void DeployPatchGenerator::GeneratePatch(const std::vector<SimpleEntry>& entriesToUseOnDevice, in GeneratePatch()
193 std::vector<SimpleEntry> identicalEntries; in CreatePatch()
202 uint64_t DeployPatchGenerator::BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries, in BuildIdenticalEntries()
241 SimpleEntry simpleEntry; in BuildIdenticalEntries()
251 [](const SimpleEntry& lhs, const SimpleEntry& rhs) { in BuildIdenticalEntries()
H A Ddeploy_patch_generator_test.cpp44 std::vector<DeployPatchGenerator::SimpleEntry> entries; in TEST()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIpSecAlgorithmTest.java40 import java.util.AbstractMap.SimpleEntry;
69 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_MD5, 128), in testNoTruncLen()
70 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA1, 160), in testNoTruncLen()
71 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
72 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA384, 384), in testNoTruncLen()
73 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA512, 512), in testNoTruncLen()
74 new SimpleEntry<>(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, 224), in testNoTruncLen()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
H A DImageLoader.java39 import java.util.AbstractMap.SimpleEntry;
86 if (!mCallbacks.add(new SimpleEntry<>(executor, callback))) { in addCallback()
98 if (!mCallbacks.remove(new SimpleEntry<>(executor, callback))) { in removeCallback()
121 callbacks.add(new SimpleEntry<>(executor, callback)); in loadImage()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraOfflineSessionImpl.java43 import java.util.AbstractMap.SimpleEntry;
63 private SimpleEntry<Integer, InputConfiguration> mOfflineInput =
64 new SimpleEntry<>(REQUEST_ID_NONE, null);
99 SimpleEntry<Integer, InputConfiguration> offlineInput, in CameraOfflineSessionImpl()
H A DCameraDeviceImpl.java62 import java.util.AbstractMap.SimpleEntry;
119 private SimpleEntry<Integer, InputConfiguration> mConfiguredInput =
120 new SimpleEntry<>(REQUEST_ID_NONE, null);
485 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
492 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>( in configureStreamsChecked()
981 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>(REQUEST_ID_NONE, null); in switchToOffline()
/aosp12/art/test/VerifierDeps/
H A DMain.smali322 # AbstractMap$SimpleEntry implements Map$Entry
325 invoke-static {}, Ljava/util/AbstractMap$SimpleEntry;->comparingByKey()Ljava/util/Comparator;
/aosp12/art/test/031-class-attributes/
H A Dexpected-stdout.txt219 …member classes: [2] class java.util.AbstractMap$SimpleEntry, class java.util.AbstractMap$SimpleImm…
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1446 extras.add(new AbstractMap.SimpleEntry<String, String>("ssid", ssid)); in startConfirmationForNetwork()
1447 extras.add(new AbstractMap.SimpleEntry<String, String>("bssid", bssid)); in startConfirmationForNetwork()
1470 extras.add(new AbstractMap.SimpleEntry<String, String>("key", key)); in startConfirmationForKey()
1471 extras.add(new AbstractMap.SimpleEntry<String, String>("fingerprints", fingerprints)); in startConfirmationForKey()
/aosp12/art/build/boot/
H A Dpreloaded-classes1244 java.util.AbstractMap$SimpleEntry
H A Dboot-image-profile.txt4702 HSPLjava/util/AbstractMap$SimpleEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
4703 HSPLjava/util/AbstractMap$SimpleEntry;->getKey()Ljava/lang/Object;
4704 HSPLjava/util/AbstractMap$SimpleEntry;->getValue()Ljava/lang/Object;
10923 Ljava/util/AbstractMap$SimpleEntry;
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1021 Landroid/icu/impl/Relation$SimpleEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
1022 Landroid/icu/impl/Relation$SimpleEntry;-><init>(Ljava/util/Map$Entry;)V
1023 Landroid/icu/impl/Relation$SimpleEntry;->key:Ljava/lang/Object;
1024 Landroid/icu/impl/Relation$SimpleEntry;->value:Ljava/lang/Object;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes3012 android.icu.impl.Relation$SimpleEntry
12566 java.util.AbstractMap$SimpleEntry
H A Dboot-image-profile.txt27308 HSPLjava/util/AbstractMap$SimpleEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
27309 HSPLjava/util/AbstractMap$SimpleEntry;->getKey()Ljava/lang/Object;
27310 HSPLjava/util/AbstractMap$SimpleEntry;->getValue()Ljava/lang/Object;
35714 Landroid/icu/impl/Relation$SimpleEntry;
47079 Ljava/util/AbstractMap$SimpleEntry;
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt6018 Ljava/util/AbstractMap$SimpleEntry;->key:Ljava/lang/Object;
6019 Ljava/util/AbstractMap$SimpleEntry;->value:Ljava/lang/Object;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes3014 android.icu.impl.Relation$SimpleEntry
H A Dboot-image-profile.txt26077 Landroid/icu/impl/Relation$SimpleEntry;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt47595 public static class AbstractMap.SimpleEntry implements java.util.Map.Entry java.io.Serializable {
47596 ctor public AbstractMap.SimpleEntry(K, V);
47597 ctor public AbstractMap.SimpleEntry(java.util.Map.Entry<? extends K, ? extends V>);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21981 …droid/hardware/camera2/impl/CameraDeviceImpl;->mConfiguredInput:Ljava/util/AbstractMap$SimpleEntry;