Searched refs:getRetainedKeys (Results 1 – 8 of 8) sorted by relevance
42 this(value.getRetainedKeys()); in DownloadCompletedOutputParcel()82 public @NonNull List<String> getRetainedKeys() { in getRetainedKeys() method in DownloadCompletedOutputParcel
74 public @NonNull List<String> getRetainedKeys() { in getRetainedKeys() method in DownloadCompletedOutput
105 assertEquals("abc", data.getRetainedKeys().get(0)); in testDownloadCompletedOutput()106 assertEquals("def", data.getRetainedKeys().get(1)); in testDownloadCompletedOutput()
102 assertThat(receiver.mResult.getRetainedKeys(), containsInAnyOrder("a", "b")); in testOnDownloadCompleted()
148 assertEquals("abc", result2.getRetainedKeys().get(0)); in teetDownloadCompletedOutput()149 assertEquals("def", result2.getRetainedKeys().get(1)); in teetDownloadCompletedOutput()
230 assertEquals("12", result.getRetainedKeys().get(0)); in testOnDownload()
254 List<String> retainedKeys = downloadResult.getRetainedKeys(); in getServiceFlowResultFuture()
16 method @NonNull public java.util.List<java.lang.String> getRetainedKeys();