/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsPackageMonitor.java | 42 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()
|
D | ContactsTaskScheduler.java | 36 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()
|
D | VoicemailContentProvider.java | 67 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()
|
D | CallLogProvider.java | 91 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogProvider 282 if (VERBOSE_LOGGING) { in onCreate() 390 if (VERBOSE_LOGGING) { in queryInternal() 572 if (VERBOSE_LOGGING) { in insertInternal() 792 if (VERBOSE_LOGGING) { in updateInternal() 830 if (VERBOSE_LOGGING) { in deleteInternal()
|
D | AbstractContactsProvider.java | 57 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()
|
D | SearchIndexManager.java | 53 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()
|
D | ContactsProvider2.java | 1482 if (VERBOSE_LOGGING) { in onCreate() 2566 if (VERBOSE_LOGGING) { in flushTransactionalChanges() 2695 if (VERBOSE_LOGGING) { in insertInTransaction() 3629 if (VERBOSE_LOGGING) { in deleteInTransaction() 4018 if (VERBOSE_LOGGING) { in deleteStatusUpdates() 4094 if (VERBOSE_LOGGING) { in updateInTransaction() 5440 if (VERBOSE_LOGGING) { in queryInternal() 5622 if (VERBOSE_LOGGING) { in queryDirectoryAuthority() 5643 if (VERBOSE_LOGGING) { in queryDirectoryAuthority() 7283 if (VERBOSE_LOGGING) { in queryCorpLookupIfNecessary() [all …]
|
D | ContactDirectoryManager.java | 57 private static final boolean DEBUG = AbstractContactsProvider.VERBOSE_LOGGING;
|
D | ContactsDatabaseHelper.java | 1116 if (AbstractContactsProvider.VERBOSE_LOGGING) { in loadDatabaseCreationTime()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/ |
D | DatabaseAnalyzer.java | 37 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()
|
D | SqlChecker.java | 38 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/ |
D | ContactAggregator.java | 83 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 …]
|
D | ContactAggregator2.java | 96 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()
|
D | AbstractContactAggregator.java | 91 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in AbstractContactAggregator
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
D | EnterprisePolicyGuard.java | 40 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING; field in EnterprisePolicyGuard 79 if (VERBOSE_LOGGING) { in isCrossProfileAllowed()
|
D | EnterpriseContactsCursorWrapper.java | 44 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/ |
D | RawContactDeltaList.java | 48 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/ |
D | CappedStringBuilder.java | 61 if (!mOver && AbstractContactsProvider.VERBOSE_LOGGING) { in canAppend()
|
D | UserUtils.java | 30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in UserUtils
|