OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENTERPRISE_CONTENT_URI
(Results
1 - 8
of
8
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DirectorySdkCompat.java
26
public static final Uri
ENTERPRISE_CONTENT_URI
= Directory.
ENTERPRISE_CONTENT_URI
;
DirectoryCompat.java
29
return DirectorySdkCompat.
ENTERPRISE_CONTENT_URI
;
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DevicePolicyUtils.java
53
: Phone.
ENTERPRISE_CONTENT_URI
;
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DevicePolicyUtilsTest.java
86
assertEquals("expected: " + Phone.
ENTERPRISE_CONTENT_URI
+ " value = " + uri,
87
Phone.
ENTERPRISE_CONTENT_URI
, uri);
/cts/tests/tests/permission/src/android/permission/cts/
ContactsProviderTest.java
122
* Verifies that query(ContactsContract.CommonDataKinds.Phone.
ENTERPRISE_CONTENT_URI
) requires
131
ContactsContract.CommonDataKinds.Phone.
ENTERPRISE_CONTENT_URI
,
133
fail("query(ContactsContract.CommonDataKinds.Phone.
ENTERPRISE_CONTENT_URI
) did not"
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java
515
final Cursor cursor = mResolver.query(Directory.
ENTERPRISE_CONTENT_URI
,
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
408
public static final Uri
ENTERPRISE_CONTENT_URI
= Uri.withAppendedPath(AUTHORITY_URI,
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
135
Uri enterpriseUri = Phone.
ENTERPRISE_CONTENT_URI
.buildUpon().appendPath(phoneNumber)
152
Uri enterpriseUri = Phone.
ENTERPRISE_CONTENT_URI
.buildUpon().appendPath(phoneNumber)
168
Uri enterpriseUri = Phone.
ENTERPRISE_CONTENT_URI
.buildUpon().appendPath(phoneNumber)
[
all
...]
Completed in 817 milliseconds