HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE_LOGGING (Results 1 - 7 of 7) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 43 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
205 if (VERBOSE_LOGGING) {
223 if (VERBOSE_LOGGING) {
SearchIndexManager.java 52 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
286 if (VERBOSE_LOGGING) {
330 if (VERBOSE_LOGGING) {
ContactsProvider2.java     [all...]
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 48 #define VERBOSE_LOGGING 0
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 47 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
134 if (VERBOSE_LOGGING) {
211 if (VERBOSE_LOGGING) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 106 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
574 if (VERBOSE_LOGGING) {
587 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 86 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
708 if (VERBOSE_LOGGING) {
    [all...]

Completed in 546 milliseconds