Home
last modified time | relevance | path

Searched refs: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() argument
120 onGetInstantAppResolveInfo(hostDigestPrefix, token, callback); in onGetInstantAppResolveInfo()
147 @Nullable int[] hostDigestPrefix, in onGetInstantAppIntentFilter() argument
152 onGetInstantAppIntentFilter(hostDigestPrefix, token, callback); in onGetInstantAppIntentFilter()
184 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppResolveInfo() argument
187 onGetInstantAppResolveInfo(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppResolveInfo()
211 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppIntentFilter() argument
214 onGetInstantAppIntentFilter(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppIntentFilter()
/frameworks/base/core/java/android/content/pm/
DInstantAppRequestInfo.java94 @Nullable int[] hostDigestPrefix, in InstantAppRequestInfo() argument
101 this.mHostDigestPrefix = hostDigestPrefix; in InstantAppRequestInfo()
185 int[] hostDigestPrefix = (flg & 0x2) == 0 ? null : in.createIntArray(); in InstantAppRequestInfo() local
192 this.mHostDigestPrefix = hostDigestPrefix; in InstantAppRequestInfo()
DAuxiliaryResolveInfo.java57 @Nullable int[] hostDigestPrefix) { in AuxiliaryResolveInfo() argument
63 this.hostDigestPrefixSecure = hostDigestPrefix; in AuxiliaryResolveInfo()