Home
last modified time | relevance | path

Searched refs:PEOPLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java31 static final int PEOPLE = 1; field in UriMatcherTest
49 matcher.addURI("people", null, PEOPLE); in testContentUris()
70 matcher.addURI("people", null, PEOPLE); in testContentUrisWithLeadingSlash()
91 matcher.addURI("people", "/", PEOPLE); in testContentUrisWithLeadingSlashAndOnlySlash()
164 check("content://people", PEOPLE, matcher); in checkAll()
165 check("content://people/", PEOPLE, matcher); in checkAll()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java211 static final String[] PEOPLE = { field in NotificationShellCmdTest
241 PEOPLE[i % PEOPLE.length], in testMessaging()
260 assertEquals(PEOPLE[i % PEOPLE.length], m.getSenderPerson().getName()); in testMessaging()