Searched defs:REFERRER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerificationParamsTest.java41 private final static Uri REFERRER = Uri.parse(REFERRER_STRING); field in class:VerificationParamsTest
49 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
61 assertEquals(REFERRER, actual.getReferrer());
70 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
81 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
92 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
103 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
115 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
126 REFERRER, ORIGINATING_UID, MANIFEST_DIGEST);
138 REFERRER, ORIGINATING_UI
[all...]

Completed in 69 milliseconds