Searched refs:getDownloadedContents (Results 1 – 7 of 7) sorted by relevance
64 Log.d(TAG, "Data keys: " + input.getDownloadedContents().keySet()); in onDownloadCompleted()69 List<String> keysToRetain = getFilteredKeys(input.getDownloadedContents()); in onDownloadCompleted()
53 .setRetainedKeys(getFilteredKeys(input.getDownloadedContents())) in onDownloadCompleted()
164 assertThat(input.getDownloadedContents().keySet(), containsInAnyOrder("a", "b")); in onDownloadCompleted()166 .setRetainedKeys(new ArrayList<>(input.getDownloadedContents().keySet())) in onDownloadCompleted()
49 KeyValueStore downloadedContents = input.getDownloadedContents(); in onDownloadCompleted()
69 public @NonNull KeyValueStore getDownloadedContents() { in getDownloadedContents() method in DownloadCompletedInput
171 .setRetainedKeys(getFilteredKeys(input.getDownloadedContents())) in onDownloadCompleted()
12 …d @NonNull public android.adservices.ondevicepersonalization.KeyValueStore getDownloadedContents();