Searched refs:asMap (Results 1 – 2 of 2) sorted by relevance
167 assertThat(asMap(mKvOutput.getPairs())).containsExactlyEntriesIn(asMap(TEST_KV_DATA)); in decryptFile_withInlineLengths_decryptsEncryptedData()572 private static ImmutableMap<String, String> asMap(Collection<KeyValuePair> pairs) { in asMap() method in BackupFileDecryptorTaskTest
78 fun <T> SparseArray<T>.asMap(): Map<Int, T> = SparseArrayMapWrapper(this) in asMap() method