Home
last modified time | relevance | path

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

/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/
DContactsPackageMonitor.java42 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in ContactsPackageMonitor
80 if (VERBOSE_LOGGING) { in start()
127 if (VERBOSE_LOGGING) Log.d(TAG, "onPackageChanged: Scanning package: " + packageName); in onPackageChanged()
138 if (VERBOSE_LOGGING) Log.v(TAG, "Calling PendingResult.finish()..."); in onPackageChanged()
148 if (VERBOSE_LOGGING) Log.d(TAG, "Cleaning up data for package: " + packageName); in cleanupVoicemail()
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()
DVoicemailContentProvider.java67 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in VoicemailContentProvider
79 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()
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
295 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
341 if (VERBOSE_LOGGING) { in updateIndexForRawContacts()
DCallLogProvider.java103 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogProvider
337 if (VERBOSE_LOGGING) { in onCreate()
471 if (VERBOSE_LOGGING) { in queryInternal()
710 if (VERBOSE_LOGGING) { in insertInternal()
938 if (VERBOSE_LOGGING) { in updateInternal()
984 if (VERBOSE_LOGGING) { in deleteInternal()
DContactsProvider2.java1572 if (VERBOSE_LOGGING) { in onCreate()
2596 if (VERBOSE_LOGGING) { in setDefaultAccountSetting()
2815 if (VERBOSE_LOGGING) { in flushTransactionalChanges()
2944 if (VERBOSE_LOGGING) { in insertInTransaction()
3858 if (VERBOSE_LOGGING) { in deleteInTransaction()
4259 if (VERBOSE_LOGGING) { in deleteStatusUpdates()
4335 if (VERBOSE_LOGGING) { in updateInTransaction()
5693 if (VERBOSE_LOGGING) { in queryInternal()
6002 if (VERBOSE_LOGGING) { in queryDirectoryAuthority()
6026 if (VERBOSE_LOGGING) { in queryDirectoryAuthority()
[all …]
DContactDirectoryManager.java60 private static final boolean DEBUG = AbstractContactsProvider.VERBOSE_LOGGING;
DContactsDatabaseHelper.java1133 if (AbstractContactsProvider.VERBOSE_LOGGING) { in loadDatabaseCreationTime()
5326 if (AbstractContactsProvider.VERBOSE_LOGGING) { in invalidateDeviceConfigCacheIfTooOld()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java81 if (VERBOSE_LOGGING) { in aggregateContact()
147 if (VERBOSE_LOGGING) { in aggregateContact()
189 if (VERBOSE_LOGGING) { in aggregateContact()
198 if (VERBOSE_LOGGING) { in aggregateContact()
212 if (VERBOSE_LOGGING) { in aggregateContact()
236 if (VERBOSE_LOGGING) { in aggregateContact()
326 if (VERBOSE_LOGGING) { in canJoinIntoContact()
333 if (VERBOSE_LOGGING) { in canJoinIntoContact()
340 if (VERBOSE_LOGGING) { in canJoinIntoContact()
350 if (VERBOSE_LOGGING) { in canJoinIntoContact()
[all …]
DContactAggregator2.java94 if (VERBOSE_LOGGING) { in aggregateContact()
100 if (VERBOSE_LOGGING) { in aggregateContact()
143 if (VERBOSE_LOGGING) { in aggregateContact()
164 if (VERBOSE_LOGGING) { in aggregateContact()
170 if (VERBOSE_LOGGING) { in aggregateContact()
180 if (VERBOSE_LOGGING) { in aggregateContact()
367 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.java45 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING; field in EnterprisePolicyGuard
90 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.java32 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in UserUtils