Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/resumeonreboot/
DResumeOnRebootService.java102 public abstract byte[] onWrap(@NonNull byte[] blob, @DurationMillisLong long lifeTimeInMillis) in onWrap() method in ResumeOnRebootService
130 byte[] wrappedBlob = onWrap(unwrappedBlob,
/frameworks/base/core/api/
Dsystem-current.txt13098 method @NonNull public abstract byte[] onWrap(@NonNull byte[], long) throws java.io.IOException;