Searched defs:headerKeyValuePairs (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/update_engine/binder_bindings/android/os/ |
H A D | IUpdateEngine.aidl | 28 in String[] headerKeyValuePairs); in applyPayload() 33 in String[] headerKeyValuePairs); in applyPayloadFd() 60 in String[] headerKeyValuePairs); in allocateSpaceForPayload()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | UpdateEngine.java | 345 public void applyPayload(String url, long offset, long size, String[] headerKeyValuePairs) { in applyPayload() 361 @NonNull String[] headerKeyValuePairs) { in applyPayload() 364 assetFd.getStartOffset(), assetFd.getLength(), headerKeyValuePairs); in applyPayload() local 543 @NonNull String[] headerKeyValuePairs) { in allocateSpace()
|
/aosp12/system/update_engine/stable/aidl_api/libupdate_engine_stable/1/android/os/ |
H A D | IUpdateEngineStable.aidl | 36 …FileDescriptor pfd, in long payload_offset, in long payload_size, in String[] headerKeyValuePairs); in applyPayloadFd()
|
/aosp12/system/update_engine/stable/aidl_api/libupdate_engine_stable/current/android/os/ |
H A D | IUpdateEngineStable.aidl | 20 …FileDescriptor pfd, in long payload_offset, in long payload_size, in String[] headerKeyValuePairs); in applyPayloadFd()
|
/aosp12/system/update_engine/stable/android/os/ |
H A D | IUpdateEngineStable.aidl | 42 in String[] headerKeyValuePairs); in applyPayloadFd()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | AbUpdateInstaller.java | 191 String[] headerKeyValuePairs = mProperties.stream().toArray(String[]::new); in applyPayload() local
|