OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountUri
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java
134
private final Uri
mAccountUri
;
140
mAccountUri
= uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI);
235
mContentResolver.delete(
mAccountUri
, null, null);
766
return mContentResolver.query(
mAccountUri
, ID_PROJECTION, SERVER_ID_SELECTION,
772
return mContentResolver.query(
mAccountUri
, ID_PROJECTION, CLIENT_ID_SELECTION,
[
all
...]
CalendarSyncAdapter.java
319
Uri
mAccountUri
;
326
mAccountUri
= Events.CONTENT_URI;
[
all
...]
Completed in 111 milliseconds