HomeSort by relevance Sort by last modified time
    Searched defs:fromAttributes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/pm/
ManifestDigest.java 36 static ManifestDigest fromAttributes(Attributes attributes) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ManifestDigestTest.java 43 assertNull("Attributes were null, so ManifestDigest.fromAttributes should return null",
44 ManifestDigest.fromAttributes(null));
51 ManifestDigest.fromAttributes(a));
60 ManifestDigest fromAttributes = ManifestDigest.fromAttributes(a);
62 assertNotNull("A valid ManifestDigest should be returned", fromAttributes);
67 + fromAttributes.toString(), created, fromAttributes);
70 + fromAttributes.toString(), created.hashCode(), fromAttributes
    [all...]

Completed in 200 milliseconds