OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PEOPLE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java
28
static final int
PEOPLE
= 1;
46
matcher.addURI("
people
", null,
PEOPLE
);
47
matcher.addURI("
people
", "#", PEOPLE_ID);
48
matcher.addURI("
people
", "#/phones", PEOPLE_PHONES);
49
matcher.addURI("
people
", "#/phones/blah", PEOPLE_PHONES_ID);
50
matcher.addURI("
people
", "#/phones/#", PEOPLE_PHONES_ID);
51
matcher.addURI("
people
", "#/addresses", PEOPLE_ADDRESSES);
52
matcher.addURI("
people
", "#/addresses/#", PEOPLE_ADDRESSES_ID);
53
matcher.addURI("
people
", "#/contact-methods", PEOPLE_CONTACTMETH)
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h
46
PEOPLE
= 1
55
// types of queries supported are webstore queries and
people
search queries.
webservice_cache.cc
21
const char kPeopleQueryPrefix[] = "
people
:";
154
case
PEOPLE
:
/external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.cc
5
#include "chrome/browser/ui/app_list/search/
people
/people_provider.h"
20
#include "chrome/browser/ui/app_list/search/
people
/people_result.h"
21
#include "chrome/browser/ui/app_list/search/
people
/person.h"
35
"https://www.googleapis.com/plus/v2whitelisted/
people
/autocomplete";
37
// OAuth2 scope for access to the Google+
People
Search API.
61
const CacheResult result = cache_->Get(WebserviceCache::
PEOPLE
, query_);
148
cache_->Put(WebserviceCache::
PEOPLE
, query_, json.Pass());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
35
import android.provider.Contacts.
People
;
78
private static final int
PEOPLE
= 1;
150
" WHERE
people
._id = " + PresenceColumns.RAW_CONTACT_ID + ")" +
210
public static final String
PEOPLE
= "view_v1_people";
211
public static final String PEOPLE_JOIN_PRESENCE = "view_v1_people
people
" + PRESENCE_JOINS;
303
matcher.addURI(authority, "
people
",
PEOPLE
);
304
// matcher.addURI(authority, "
people
/strequent", PEOPLE_STREQUENT);
305
// matcher.addURI(authority, "
people
/strequent/filter/*", PEOPLE_STREQUENT_FILTER);
306
matcher.addURI(authority, "
people
/filter/*", PEOPLE_FILTER)
[
all
...]
Completed in 3499 milliseconds