OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggregationSuggestions
(Results
1 - 20
of
20
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_AggregationSuggestionsTest.java
27
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
34
* CTS tests for {@link android.provider.ContactsContract.Contacts.
AggregationSuggestions
} APIs.
63
Uri uri =
AggregationSuggestions
.builder()
85
Uri uri =
AggregationSuggestions
.builder()
106
Uri uri =
AggregationSuggestions
.builder()
122
Uri uri =
AggregationSuggestions
.builder()
143
Uri uri =
AggregationSuggestions
.builder()
196
Uri uri = new
AggregationSuggestions
.Builder().setContactId(12).setLimit(7).build();
202
Uri uri = new
AggregationSuggestions
.Builder()
/packages/apps/Contacts/src/com/android/contacts/compat/
AggregationSuggestionsCompat.java
84
builder.appendPath(ContactsContract.Contacts.
AggregationSuggestions
.CONTENT_DIRECTORY);
/packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java
25
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
76
builder.appendEncodedPath(
AggregationSuggestions
.CONTENT_DIRECTORY);
/packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java
35
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
36
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
.Builder;
124
super("
AggregationSuggestions
", Process.THREAD_PRIORITY_BACKGROUND);
232
//
AggregationSuggestions
.Builder() became visible in API level 23, so use it if applicable.
234
final Builder uriBuilder = new
AggregationSuggestions
.Builder()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java
31
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
[
all
...]
ContactAggregatorTest.java
31
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
24
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
[
all
...]
ContactAggregator2.java
28
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
90
import android.provider.ContactsContract.Contacts.
AggregationSuggestions
;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/6/
android.jar
Completed in 143 milliseconds