Home
last modified time | relevance | path

Searched refs:onUnwrap (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/resumeonreboot/
H A DResumeOnRebootService.java119 public abstract byte[] onUnwrap(@NonNull byte[] wrappedBlob) throws IOException; in onUnwrap() method in ResumeOnRebootService
148 byte[] unwrappedBlob = onUnwrap(wrappedBlob);
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12740 method @NonNull public abstract byte[] onUnwrap(@NonNull byte[]) throws java.io.IOException;