Searched refs:TYPE_RECEIVER (Results 1 – 4 of 4) sorted by relevance
22 import static android.content.pm.PackageManager.TYPE_RECEIVER;86 } else if (componentType == TYPE_RECEIVER) { in queryProperty()
45 import static android.content.pm.PackageManager.TYPE_RECEIVER;2300 } else if (type == TYPE_RECEIVER) { in isComponentVisibleToInstantApp()3827 if (shouldFilterApplication(ps, callingUid, component, TYPE_RECEIVER, userId)) { in getReceiverInfo()
777 public static final int TYPE_RECEIVER = 2; field in PackageManager788 TYPE_RECEIVER,799 TYPE_RECEIVER,
3930 mPM.queryProperty(propertyName, TYPE_RECEIVER); in queryReceiverProperty()