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);
128 if (VERBOSE_LOGGING) {
205 if (VERBOSE_LOGGING) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 107 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
575 if (VERBOSE_LOGGING) {
588 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 89 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
706 if (VERBOSE_LOGGING) {
    [all...]

Completed in 3971 milliseconds