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, int userId, String token) throws ConnectionException { in getInstantAppResolveInfoList() argument 102 .getInstantAppResolveInfoList(target, sanitizedIntent, hashPrefix, userId, in getInstantAppResolveInfoList() 116 public void getInstantAppIntentFilterList(Intent sanitizedIntent, int[] hashPrefix, int userId, in getInstantAppIntentFilterList() argument 130 .getInstantAppIntentFilterList(sanitizedIntent, hashPrefix, userId, token, in getInstantAppIntentFilterList() 356 IInstantAppResolver target, Intent sanitizedIntent, int[] hashPrefix, int userId, in getInstantAppResolveInfoList() argument 359 target.getInstantAppResolveInfoList(sanitizedIntent, hashPrefix, userId, token, in getInstantAppResolveInfoList()
|