Searched refs:queryIntentServicesAsUser (Results 1 – 2 of 2) sorted by relevance
1011 public void queryIntentServicesAsUser() { in queryIntentServicesAsUser() method in ShadowPackageManagerTest1015 List<ResolveInfo> services = packageManager.queryIntentServicesAsUser(i, 0, 0); in queryIntentServicesAsUser()
436 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in ShadowApplicationPackageManager