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

/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
63 if (VERBOSE_LOGGING) {
84 if (VERBOSE_LOGGING) {
89 if (VERBOSE_LOGGING) {
96 if (VERBOSE_LOGGING) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDeltaList.java47 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:RawContactDeltaList
128 if (VERBOSE_LOGGING) {
205 if (VERBOSE_LOGGING) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java43 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:AbstractContactsProvider
205 if (VERBOSE_LOGGING) {
223 if (VERBOSE_LOGGING) {
H A DSearchIndexManager.java52 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:SearchIndexManager
290 if (VERBOSE_LOGGING) {
336 if (VERBOSE_LOGGING) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java109 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:ConfirmAddDetailActivity
585 if (VERBOSE_LOGGING) {
598 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java90 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE); field in class:AbstractContactAggregator

Completed in 2845 milliseconds