Searched refs:hostDigestPrefix (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | InstantAppResolverService.java | 111 @Nullable int[] hostDigestPrefix, @NonNull String token, in onGetInstantAppResolveInfo() argument 115 onGetInstantAppResolveInfo(hostDigestPrefix, token, callback); in onGetInstantAppResolveInfo() 142 @Nullable int[] hostDigestPrefix, in onGetInstantAppIntentFilter() argument 147 onGetInstantAppIntentFilter(hostDigestPrefix, token, callback); in onGetInstantAppIntentFilter() 175 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppResolveInfo() argument 178 onGetInstantAppResolveInfo(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppResolveInfo() 198 @Nullable int[] hostDigestPrefix, @NonNull UserHandle userHandle, in onGetInstantAppIntentFilter() argument 201 onGetInstantAppIntentFilter(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppIntentFilter()
|
D | IInstantAppResolver.aidl | 24 void getInstantAppResolveInfoList(in Intent sanitizedIntent, in int[] hostDigestPrefix, in getInstantAppResolveInfoList() argument 27 void getInstantAppIntentFilterList(in Intent sanitizedIntent, in int[] hostDigestPrefix, in getInstantAppIntentFilterList() argument
|