Home
last modified time | relevance | path

Searched refs:VERBOSE_LOGGING (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DUserUtils.java30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in UserUtils
60 if (VERBOSE_LOGGING) { in getCorpUserId()
80 if (VERBOSE_LOGGING) { in getCorpUserId()
85 if (VERBOSE_LOGGING) { in getCorpUserId()
92 if (VERBOSE_LOGGING) { in getCorpUserId()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java95 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in ContactAggregator
737 if (VERBOSE_LOGGING) { in aggregateContact()
802 if (VERBOSE_LOGGING) { in aggregateContact()
844 if (VERBOSE_LOGGING) { in aggregateContact()
853 if (VERBOSE_LOGGING) { in aggregateContact()
867 if (VERBOSE_LOGGING) { in aggregateContact()
891 if (VERBOSE_LOGGING) { in aggregateContact()
979 if (VERBOSE_LOGGING) { in canJoinIntoContact()
986 if (VERBOSE_LOGGING) { in canJoinIntoContact()
993 if (VERBOSE_LOGGING) { in canJoinIntoContact()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAbstractContactsProvider.java43 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in AbstractContactsProvider
205 if (VERBOSE_LOGGING) { in applyBatch()
223 if (VERBOSE_LOGGING) { in applyBatch()
DSearchIndexManager.java52 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in SearchIndexManager
290 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
336 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
DContactsProvider2.java2380 if (VERBOSE_LOGGING) { in flushTransactionalChanges()
2478 if (VERBOSE_LOGGING) { in insertInTransaction()
3431 if (VERBOSE_LOGGING) { in deleteInTransaction()
3765 if (VERBOSE_LOGGING) { in deleteStatusUpdates()
3842 if (VERBOSE_LOGGING) { in updateInTransaction()
5009 if (VERBOSE_LOGGING) { in query()
6515 if (VERBOSE_LOGGING) { in queryPhoneLookupEnterprise()
6522 if (VERBOSE_LOGGING) { in queryPhoneLookupEnterprise()
6541 if (VERBOSE_LOGGING) { in queryPhoneLookupEnterprise()
6548 if (VERBOSE_LOGGING) { in queryPhoneLookupEnterprise()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java47 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in RawContactDeltaList
128 if (VERBOSE_LOGGING) { in buildDiff()
205 if (VERBOSE_LOGGING) { in buildDiff()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java109 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in ConfirmAddDetailActivity
582 if (VERBOSE_LOGGING) { in setEntityDeltaList()
595 if ((mRawContactDelta != null) && VERBOSE_LOGGING) { in setEntityDeltaList()