OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fromattributes
(Results
1 - 3
of
3
) sorted by null
/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
...]
/frameworks/base/core/java/android/content/pm/
ManifestDigest.java
36
static ManifestDigest
fromAttributes
(Attributes attributes) {
PackageParser.java
547
pkg.manifestDigest = ManifestDigest.
fromAttributes
(attributes);
[
all
...]
Completed in 174 milliseconds