Searched defs:headerKeyValuePairs (Results 1 – 3 of 3) sorted by relevance
352 public void applyPayload(String url, long offset, long size, String[] headerKeyValuePairs) { in applyPayload()368 @NonNull String[] headerKeyValuePairs) { in applyPayload()371 assetFd.getStartOffset(), assetFd.getLength(), headerKeyValuePairs); in applyPayload() local584 @NonNull String[] headerKeyValuePairs) { in allocateSpace()
165 ParcelFileDescriptor fd, long offset, long size, String[] headerKeyValuePairs) { in applyPayloadFd()
191 String[] headerKeyValuePairs = mProperties.stream().toArray(String[]::new); in applyPayload() local