Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsPackageMonitor.java42 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in ContactsPackageMonitor
80 if (VERBOSE_LOGGING) { in start()
126 if (VERBOSE_LOGGING) Log.d(TAG, "onPackageChanged: Scanning package: " + packageName); in onPackageChanged()
137 if (VERBOSE_LOGGING) Log.v(TAG, "Calling PendingResult.finish()..."); in onPackageChanged()
147 if (VERBOSE_LOGGING) Log.d(TAG, "Cleaning up data for package: " + packageName); in cleanupVoicemail()
DVoicemailContentProvider.java66 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in VoicemailContentProvider
78 if (VERBOSE_LOGGING) { in onCreate()
181 if (VERBOSE_LOGGING) { in insert()
199 if (VERBOSE_LOGGING) { in query()
215 if (VERBOSE_LOGGING) { in update()
231 if (VERBOSE_LOGGING) { in delete()
259 if (VERBOSE_LOGGING) { in openFile()
536 if (VERBOSE_LOGGING) { in removeStalePackages()
550 if (VERBOSE_LOGGING) { in removeStalePackages()
558 if (VERBOSE_LOGGING) { in removeStalePackages()
DContactsTaskScheduler.java36 public static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in ContactsTaskScheduler
74 if (VERBOSE_LOGGING) { in handleMessage()
108 if (VERBOSE_LOGGING) { in scheduleTask()
133 if (VERBOSE_LOGGING) { in stopThread()
DContactMetadataProvider.java59 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in ContactMetadataProvider
124 if (VERBOSE_LOGGING) { in query()
295 if (VERBOSE_LOGGING) { in applyBatch()
314 if (VERBOSE_LOGGING) { in bulkInsert()
DCallLogProvider.java70 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogProvider
204 if (VERBOSE_LOGGING) { in onCreate()
312 if (VERBOSE_LOGGING) { in queryInternal()
482 if (VERBOSE_LOGGING) { in insertInternal()
514 if (VERBOSE_LOGGING) { in updateInternal()
551 if (VERBOSE_LOGGING) { in deleteInternal()
DAbstractContactsProvider.java57 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in AbstractContactsProvider
254 if (VERBOSE_LOGGING) { in applyBatch()
272 if (VERBOSE_LOGGING) { in applyBatch()
DSearchIndexManager.java53 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in SearchIndexManager
294 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
340 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
DContactsProvider2.java1479 if (VERBOSE_LOGGING) { in onCreate()
2414 if (VERBOSE_LOGGING) { in flushTransactionalChanges()
2518 if (VERBOSE_LOGGING) { in insertInTransaction()
3452 if (VERBOSE_LOGGING) { in deleteInTransaction()
3841 if (VERBOSE_LOGGING) { in deleteStatusUpdates()
3918 if (VERBOSE_LOGGING) { in updateInTransaction()
5351 if (VERBOSE_LOGGING) { in query()
5533 if (VERBOSE_LOGGING) { in queryDirectoryAuthority()
7175 if (VERBOSE_LOGGING) { in queryCorpLookupIfNecessary()
7181 if (VERBOSE_LOGGING) { in queryCorpLookupIfNecessary()
[all …]
DContactDirectoryManager.java57 private static final boolean DEBUG = AbstractContactsProvider.VERBOSE_LOGGING;
DContactsDatabaseHelper.java1141 if (AbstractContactsProvider.VERBOSE_LOGGING) { in loadDatabaseCreationTime()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DDatabaseAnalyzer.java37 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in DatabaseAnalyzer
83 if (VERBOSE_LOGGING) { in findTableViewsAllowingColumns()
88 if (VERBOSE_LOGGING) { in findTableViewsAllowingColumns()
92 if (VERBOSE_LOGGING) { in findTableViewsAllowingColumns()
DSqlChecker.java38 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in SqlChecker
51 if (VERBOSE_LOGGING) { in SqlChecker()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java83 if (VERBOSE_LOGGING) { in aggregateContact()
149 if (VERBOSE_LOGGING) { in aggregateContact()
191 if (VERBOSE_LOGGING) { in aggregateContact()
200 if (VERBOSE_LOGGING) { in aggregateContact()
214 if (VERBOSE_LOGGING) { in aggregateContact()
238 if (VERBOSE_LOGGING) { in aggregateContact()
328 if (VERBOSE_LOGGING) { in canJoinIntoContact()
335 if (VERBOSE_LOGGING) { in canJoinIntoContact()
342 if (VERBOSE_LOGGING) { in canJoinIntoContact()
352 if (VERBOSE_LOGGING) { in canJoinIntoContact()
[all …]
DContactAggregator2.java96 if (VERBOSE_LOGGING) { in aggregateContact()
102 if (VERBOSE_LOGGING) { in aggregateContact()
145 if (VERBOSE_LOGGING) { in aggregateContact()
166 if (VERBOSE_LOGGING) { in aggregateContact()
172 if (VERBOSE_LOGGING) { in aggregateContact()
182 if (VERBOSE_LOGGING) { in aggregateContact()
369 if (VERBOSE_LOGGING) { in reAggregateRawContacts()
DAbstractContactAggregator.java91 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in AbstractContactAggregator
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuard.java40 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING; field in EnterprisePolicyGuard
79 if (VERBOSE_LOGGING) { in isCrossProfileAllowed()
DEnterpriseContactsCursorWrapper.java44 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in EnterpriseContactsCursorWrapper
154 if (VERBOSE_LOGGING) { in getRemoteDirectoryFileUri()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java48 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in RawContactDeltaList
129 if (VERBOSE_LOGGING) { in buildDiffWrapper()
206 if (VERBOSE_LOGGING) { in buildDiffWrapper()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DCappedStringBuilder.java61 if (!mOver && AbstractContactsProvider.VERBOSE_LOGGING) { in canAppend()
DUserUtils.java30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in UserUtils