OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CORP_CONTENT_URI
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/permission/src/android/permission/cts/
ContactsProviderTest.java
141
* Verifies that query(ContactsContract.RawContactsEntity.
CORP_CONTENT_URI
) requires
150
ContactsContract.RawContactsEntity.
CORP_CONTENT_URI
, null, null, null, null);
151
fail("query(ContactsContract.RawContactsEntity.
CORP_CONTENT_URI
) did not throw"
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterpriseContactsCursorWrapper.java
178
return ContentUris.appendId(Contacts.
CORP_CONTENT_URI
.buildUpon(), contactId)
203
return ContentUris.appendId(Contacts.
CORP_CONTENT_URI
.buildUpon(), contactId)
207
return ContentUris.appendId(Contacts.
CORP_CONTENT_URI
.buildUpon(), contactId)
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java
521
return new VCardComposer.RawContactEntitlesInfo(RawContactsEntity.
CORP_CONTENT_URI
,
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
517
* {@link Directory#
CORP_CONTENT_URI
}.
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
[
all
...]
Completed in 82 milliseconds