OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RawContactInfo
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java
94
final List<
RawContactInfo
> list = loadData();
115
private static class
RawContactInfo
implements Comparable<
RawContactInfo
> {
124
public
RawContactInfo
(long rawContactId) {
144
public int compareTo(
RawContactInfo
another) {
152
* Loads data from the content provider, organizes it into {@link
RawContactInfo
} objects
153
* and returns a sorted list of {@link
RawContactInfo
}'s.
155
private List<
RawContactInfo
> loadData() {
156
HashMap<Long,
RawContactInfo
> rawContactInfos = new HashMap<Long,
RawContactInfo
>();
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java
93
public static class
RawContactInfo
{
100
public
RawContactInfo
(String backupId, String accountType, String accountName,
111
final
RawContactInfo
mRawContactInfo1;
112
final
RawContactInfo
mRawContactInfo2;
116
public AggregationData(
RawContactInfo
rawContactInfo1,
RawContactInfo
rawContactInfo2,
126
final
RawContactInfo
mRawContactInfo;
134
public MetadataEntry(
RawContactInfo
rawContactInfo
,
138
this.mRawContactInfo =
rawContactInfo
;
[
all
...]
Completed in 103 milliseconds