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

  /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) {
334 if (VERBOSE_LOGGING) {
ContactsProvider2.java     [all...]
  /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 90 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
720 if (VERBOSE_LOGGING) {
    [all...]

Completed in 190 milliseconds