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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UserUtils.java 30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
60 if (VERBOSE_LOGGING) {
80 if (VERBOSE_LOGGING) {
85 if (VERBOSE_LOGGING) {
92 if (VERBOSE_LOGGING) {
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 72 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
150 if (VERBOSE_LOGGING) Log.v(TAG, "onCaptureCompleted - new AF mode = " + afMode +
194 if (VERBOSE_LOGGING) Log.v(TAG, "resetState - last state was " + mLastAfState);
220 if (VERBOSE_LOGGING) Log.v(TAG, "lockAutoFocus");
263 if (VERBOSE_LOGGING) Log.v(TAG, "unlockAutoFocus");
306 if (VERBOSE_LOGGING) Log.v(TAG, "setActiveAutoFocus");
336 if (VERBOSE_LOGGING) Log.v(TAG, "setPassiveAutoFocus - picture " + picture);
  /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);
290 if (VERBOSE_LOGGING) {
336 if (VERBOSE_LOGGING) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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 109 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
582 if (VERBOSE_LOGGING) {
595 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 95 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
737 if (VERBOSE_LOGGING) {
    [all...]

Completed in 99 milliseconds