Searched refs:getInstantAppRegistry (Results 1 – 2 of 2) sorted by relevance
92 @NonNull protected abstract InstantAppRegistry getInstantAppRegistry(); in getInstantAppRegistry() method in PackageManagerInternalBase461 getInstantAppRegistry().pruneInstantApps(snapshot()); in pruneInstantApps()539 return getInstantAppRegistry().hasInstantApplicationMetadata(packageName, userId); in hasInstantApplicationMetadata()
6663 protected InstantAppRegistry getInstantAppRegistry() { in getInstantAppRegistry() method in PackageManagerService.PackageManagerInternalImpl