Home
last modified time | relevance | path

Searched defs:PEOPLE (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/libs/systemui/searchuilib/src/com/android/app/search/
H A DResultType.java36 public static final int PEOPLE = 1 << 2; field in ResultType
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DUriMatcherTest.java31 static final int PEOPLE = 1; field in UriMatcherTest
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java212 static final String[] PEOPLE = { field in NotificationShellCmdTest
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java78 private static final int PEOPLE = 1; field in LegacyApiSupport
188 public static final String PEOPLE = "view_v1_people"; field
281 matcher.addURI(authority, "people", PEOPLE); in matcher.addURI() argument