Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
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()
/packages/modules/adb/fastdeploy/deploypatchgenerator/
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()
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,
Ddeploy_patch_generator_test.cpp44 std::vector<DeployPatchGenerator::SimpleEntry> entries; in TEST()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
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()
/packages/modules/RuntimeI18n/apex/hiddenapi/
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;