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()
44 import static android.content.pm.PackageManager.TYPE_RECEIVER;2223 } else if (type == TYPE_RECEIVER) { in isComponentVisibleToInstantApp()3741 if (shouldFilterApplication(ps, callingUid, component, TYPE_RECEIVER, userId)) { in getReceiverInfo()
723 public static final int TYPE_RECEIVER = 2; field in PackageManager734 TYPE_RECEIVER,745 TYPE_RECEIVER,
3832 mPM.queryProperty(propertyName, TYPE_RECEIVER); in queryReceiverProperty()