Searched refs:activitySupportsIntent (Results 1 – 3 of 3) sorted by relevance
79 boolean activitySupportsIntent(in ComponentName className, in Intent intent, in activitySupportsIntent() method
1395 if (!AppGlobals.getPackageManager().activitySupportsIntent( in startActivityLocked()1409 if (!AppGlobals.getPackageManager().activitySupportsIntent(intent.getComponent(), in startActivityLocked()
2251 public boolean activitySupportsIntent(ComponentName component, Intent intent, in activitySupportsIntent() method in PackageManagerService