Searched defs:VERBOSE_LOGGING (Results 1 - 14 of 14) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
H A DDatabaseAnalyzer.java37 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in class:DatabaseAnalyzer
83 if (VERBOSE_LOGGING) {
88 if (VERBOSE_LOGGING) {
92 if (VERBOSE_LOGGING) {
H A DSqlChecker.java38 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in class:SqlChecker
51 if (VERBOSE_LOGGING) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DUserUtils.java30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:UserUtils
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsPackageMonitor.java42 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in class:ContactsPackageMonitor
80 if (VERBOSE_LOGGING) {
126 if (VERBOSE_LOGGING) Log.d(TAG, "onPackageChanged: Scanning package: " + packageName);
137 if (VERBOSE_LOGGING) Log.v(TAG, "Calling PendingResult.finish()...");
147 if (VERBOSE_LOGGING) Log.d(TAG, "Cleaning up data for package: " + packageName);
H A DContactsTaskScheduler.java36 public static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING; field in class:ContactsTaskScheduler
74 if (VERBOSE_LOGGING) {
108 if (VERBOSE_LOGGING) {
133 if (VERBOSE_LOGGING) {
H A DContactMetadataProvider.java59 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:ContactMetadataProvider
124 if (VERBOSE_LOGGING) {
295 if (VERBOSE_LOGGING) {
314 if (VERBOSE_LOGGING) {
H A DAbstractContactsProvider.java57 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:AbstractContactsProvider
254 if (VERBOSE_LOGGING) {
272 if (VERBOSE_LOGGING) {
H A DSearchIndexManager.java53 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:SearchIndexManager
294 if (VERBOSE_LOGGING) {
340 if (VERBOSE_LOGGING) {
H A DVoicemailContentProvider.java65 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:VoicemailContentProvider
77 if (VERBOSE_LOGGING) {
180 if (VERBOSE_LOGGING) {
197 if (VERBOSE_LOGGING) {
212 if (VERBOSE_LOGGING) {
227 if (VERBOSE_LOGGING) {
254 if (VERBOSE_LOGGING) {
530 if (VERBOSE_LOGGING) {
544 if (VERBOSE_LOGGING) {
552 if (VERBOSE_LOGGING) {
[all...]
H A DCallLogProvider.java70 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:CallLogProvider
199 if (VERBOSE_LOGGING) {
294 if (VERBOSE_LOGGING) {
462 if (VERBOSE_LOGGING) {
493 if (VERBOSE_LOGGING) {
529 if (VERBOSE_LOGGING) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterpriseContactsCursorWrapper.java44 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:EnterpriseContactsCursorWrapper
154 if (VERBOSE_LOGGING) {
H A DEnterprisePolicyGuard.java40 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING; field in class:EnterprisePolicyGuard
79 if (VERBOSE_LOGGING) {
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java48 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:RawContactDeltaList
129 if (VERBOSE_LOGGING) {
206 if (VERBOSE_LOGGING) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java91 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:AbstractContactAggregator

Completed in 521 milliseconds