Searched refs:hashPrefix (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolverConnection.java | 89 int hashPrefix[], String token) throws ConnectionException { in getInstantAppResolveInfoList() argument 102 .getInstantAppResolveInfoList(target, sanitizedIntent, hashPrefix, token); in getInstantAppResolveInfoList() 115 public final void getInstantAppIntentFilterList(Intent sanitizedIntent, int hashPrefix[], in getInstantAppIntentFilterList() argument 129 .getInstantAppIntentFilterList(sanitizedIntent, hashPrefix, token, in getInstantAppIntentFilterList() 355 IInstantAppResolver target, Intent sanitizedIntent, int hashPrefix[], String token) in getInstantAppResolveInfoList() argument 358 target.getInstantAppResolveInfoList(sanitizedIntent, hashPrefix, token, sequence, in getInstantAppResolveInfoList()
|