HomeSort by relevance Sort by last modified time
    Searched refs:EXPORTED (Results 1 - 4 of 4) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
BroadcastReceiverData.java 10 private static final String EXPORTED = "android:exported";
69 * Returns whether this broadcast receiver is exported by checking the XML attribute.
71 * @return true if the broadcast receiver is exported
75 return (attributes.containsKey(EXPORTED)
76 ? Boolean.parseBoolean(attributes.get(EXPORTED))
ServiceData.java 12 private static final String EXPORTED = "android:exported";
64 * Returns whether this service is exported by checking the XML attribute.
66 * @return true if the service is exported
70 return (attributes.containsKey(EXPORTED)
71 ? Boolean.parseBoolean(attributes.get(EXPORTED))
ActivityData.java 15 private static final String EXPORTED = "exported";
89 return getBooleanAttr(withXMLNS(EXPORTED), defaultValue);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 226 milliseconds