OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNewRawContact
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java
102
public boolean
isNewRawContact
(long rawContactId) {
DataRowHandler.java
305
if (!
isNewRawContact
(txContext, rawContactId)) {
311
private boolean
isNewRawContact
(TransactionContext txContext, long rawContactId) {
312
return txContext.
isNewRawContact
(rawContactId);
Completed in 40 milliseconds