/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/ |
D | ContactsPackageMonitor.java | 42 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()
|
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 | 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 | CallLogProvider.java | 103 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()
|
D | ContactsProvider2.java | 1572 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 …]
|
D | ContactDirectoryManager.java | 60 private static final boolean DEBUG = AbstractContactsProvider.VERBOSE_LOGGING;
|
D | ContactsDatabaseHelper.java | 1133 if (AbstractContactsProvider.VERBOSE_LOGGING) { in loadDatabaseCreationTime() 5326 if (AbstractContactsProvider.VERBOSE_LOGGING) { in invalidateDeviceConfigCacheIfTooOld()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 81 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 …]
|
D | ContactAggregator2.java | 94 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()
|
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 | 45 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING; field in EnterprisePolicyGuard 90 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 | 32 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in UserUtils
|