Searched defs:CONTACTS (Results 1 – 10 of 10) sorted by relevance
37 CONTACTS(new Intent[] { enumConstant
37 CONTACTS(new Intent[]{ enumConstant
35 CONTACTS(new Intent[] { enumConstant
40 public static final String CONTACTS = permission.READ_CONTACTS; field in PermissionsUtil
48 int CONTACTS = 2; field
66 private static final int CONTACTS = 1; field in FakeContactsProvider75 sUriMatcher.addURI(AUTHORITY, "contacts", CONTACTS); in sUriMatcher.addURI() argument
268 PERM_GROUP_REQUEST_RES.put(CONTACTS, R.string.permgrouprequest_contacts); in PERM_GROUP_REQUEST_RES.put() argument
188 public static final String CONTACTS = "contacts"; field342 public static final String CONTACTS = "view_contacts"; field
330 public static final int CONTACTS = 1000; field in ContactsProvider21174 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument