HomeSort by relevance Sort by last modified time
    Searched defs:Manifest (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java 19 import android.Manifest;
92 PHONE_PERMISSIONS.add(Manifest.permission.READ_PHONE_STATE);
93 PHONE_PERMISSIONS.add(Manifest.permission.CALL_PHONE);
94 PHONE_PERMISSIONS.add(Manifest.permission.READ_CALL_LOG);
95 PHONE_PERMISSIONS.add(Manifest.permission.WRITE_CALL_LOG);
96 PHONE_PERMISSIONS.add(Manifest.permission.ADD_VOICEMAIL);
97 PHONE_PERMISSIONS.add(Manifest.permission.USE_SIP);
98 PHONE_PERMISSIONS.add(Manifest.permission.PROCESS_OUTGOING_CALLS);
103 CONTACTS_PERMISSIONS.add(Manifest.permission.READ_CONTACTS);
104 CONTACTS_PERMISSIONS.add(Manifest.permission.WRITE_CONTACTS)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarExceptionTest.java 23 import java.util.jar.Manifest;
32 new Manifest(new ByteArrayInputStream(
ManifestTest.java 28 import java.util.jar.Manifest;
44 private final String MANIFEST_NAME = "manifest/hyts_MANIFEST.MF";
46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
50 private static final String MANIFEST_CONTENTS_2 = "Manifest-Version: 1.0\nName: value\n \n"; // Note penultimate line is single space
59 private Manifest getManifest(String fileName) {
63 Manifest m = jarFile.getManifest();
73 * java.util.jar.Manifest#Manifest()
76 // Test for method java.util.jar.Manifest()
136 Manifest manifest = new Manifest(new ByteArrayInputStream( local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py 31 from gslib.copy_helper import Manifest
536 -L <file> Outputs a manifest log file with detailed information about
537 each item that was copied. This manifest contains the following
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 222 typedef OT::ArrayOf<ManifestLookup> Manifest;
239 const Manifest &manifest = reinterpret_cast<const Manifest&> (arabic_win1256_gsub_lookups.manifest); local
245 unsigned int count = manifest.len;
248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
251 fallback_plan->lookup_array[j] = const_cast<OT::SubstLookup*> (&(&manifest+manifest[i].lookupOffset));
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 24 import android.Manifest;
97 checkSelfPermission(Manifest.permission.READ_EXTERNAL_STORAGE)) {
98 requestPermissions(new String[] {Manifest.permission.READ_EXTERNAL_STORAGE}, 0);
110 assert Manifest.permission.READ_EXTERNAL_STORAGE.equals(permissions[0]);
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 473 class Manifest:
489 m = file (os.path.join (s, "MANIFEST"))
492 for p in Manifest.read (os.path.join (s, f)):
496 print ("%s: %s does not exist" % (sys.argv[0], os.path.join (s, "MANIFEST")), file=sys.stderr)
507 for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES", "ChangeLog"]:
514 ms = os.path.join (dirpath, "MANIFEST")
522 Manifest.update_recursive (os.path.join (dirpath, f))
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 38 * The Manifest class is used to maintain Manifest entry names and their
39 * associated Attributes. There are main Manifest Attributes as well as
40 * per-entry Attributes. For information on the Manifest format, please
43 * Manifest format specification</a>.
49 public class Manifest implements Cloneable {
50 // manifest main attributes
53 // manifest entries
57 * Constructs a new, empty Manifest.
59 public Manifest() {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 349 CRYPT_XML_REFERENCES Manifest;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 599 milliseconds

1 2 3