Home
last modified time | relevance | path

Searched defs:hostDigestPrefix (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DInstantAppResolverService.java116 @Nullable int[] hostDigestPrefix, @NonNull String token, in onGetInstantAppResolveInfo()
147 @Nullable int[] hostDigestPrefix, in onGetInstantAppIntentFilter()
184 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppResolveInfo()
211 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppIntentFilter()
/frameworks/base/core/java/android/content/pm/
DInstantAppRequestInfo.java94 @Nullable int[] hostDigestPrefix, in InstantAppRequestInfo()
185 int[] hostDigestPrefix = (flg & 0x2) == 0 ? null : in.createIntArray(); in InstantAppRequestInfo() local
DAuxiliaryResolveInfo.java57 @Nullable int[] hostDigestPrefix) { in AuxiliaryResolveInfo()