OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mRawContactId
(Results
1 - 13
of
13
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DatabaseAsserts.java
103
public long
mRawContactId
;
107
this.
mRawContactId
= rawContactId;
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresenceContact.java
37
String
mRawContactId
= null;
50
mRawContactId
= rawContactId;
64
return
mRawContactId
;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
MatchScore.java
27
private long
mRawContactId
;
39
this.
mRawContactId
= rawContactId;
45
this.
mRawContactId
= 0;
51
this.
mRawContactId
= rawContactId;
67
return
mRawContactId
;
146
return
mRawContactId
+ "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore +
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java
119
public long
mRawContactId
;
123
this.
mRawContactId
= rawContactId;
130
",
mRawContactId
=" +
mRawContactId
+
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
61
private final long
mRawContactId
;
70
return
mRawContactId
;
165
if (
mRawContactId
> 0) {
166
json.put("c",
mRawContactId
);
194
mRawContactId
= rawContactId;
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java
44
private long
mRawContactId
;
117
mRawContactId
= rawContactId;
364
mValues.put(Phone.RAW_CONTACT_ID,
mRawContactId
);
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
69
private long
mRawContactId
= -1;
138
mRawContactId
= state.getRawContactId();
253
return
mRawContactId
;
262
ContentUris.withAppendedId(RawContacts.CONTENT_URI,
mRawContactId
));
CompactKindSectionView.java
57
private final long
mRawContactId
;
63
mRawContactId
= rawContactId;
72
mListener.onNameFieldChanged(
mRawContactId
, mValuesDelta);
RawContactEditorView.java
84
private long
mRawContactId
= -1;
203
mRawContactId
= state.getRawContactId();
399
return
mRawContactId
;
ContactEditorFragment.java
558
final long
mRawContactId
;
566
mRawContactId
= editor.getRawContactId();
632
mUpdatedPhotos.remove(String.valueOf(
mRawContactId
));
639
setPhoto(
mRawContactId
, bitmap, uri);
/packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java
327
private long
mRawContactId
;
334
mRawContactId
= rawContactId;
348
return
mRawContactId
;
GroupEditorFragment.java
795
private long
mRawContactId
;
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 407 milliseconds