HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE_LOGGING (Results 1 - 10 of 10) 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);
63 if (VERBOSE_LOGGING) {
84 if (VERBOSE_LOGGING) {
89 if (VERBOSE_LOGGING) {
96 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/aggregation/
ContactAggregator.java 83 if (VERBOSE_LOGGING) {
149 if (VERBOSE_LOGGING) {
191 if (VERBOSE_LOGGING) {
200 if (VERBOSE_LOGGING) {
214 if (VERBOSE_LOGGING) {
238 if (VERBOSE_LOGGING) {
328 if (VERBOSE_LOGGING) {
335 if (VERBOSE_LOGGING) {
342 if (VERBOSE_LOGGING) {
352 if (VERBOSE_LOGGING) {
    [all...]
ContactAggregator2.java 94 if (VERBOSE_LOGGING) {
100 if (VERBOSE_LOGGING) {
143 if (VERBOSE_LOGGING) {
164 if (VERBOSE_LOGGING) {
170 if (VERBOSE_LOGGING) {
180 if (VERBOSE_LOGGING) {
367 if (VERBOSE_LOGGING) {
    [all...]
AbstractContactAggregator.java 90 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
    [all...]
  /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) {
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);
585 if (VERBOSE_LOGGING) {
598 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
    [all...]

Completed in 806 milliseconds