HomeSort by relevance Sort by last modified time
    Searched defs:VERBOSE_LOGGING (Results 1 - 12 of 12) 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);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java 40 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING;
79 if (VERBOSE_LOGGING) {
EnterpriseContactsCursorWrapper.java 44 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
154 if (VERBOSE_LOGGING) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options.py 237 VERBOSE_LOGGING = 'verbose'
239 _LOGGING_LEVELS = (NO_LOGGING, NON_VERBOSE_LOGGING, 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/
ContactMetadataProvider.java 59 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
124 if (VERBOSE_LOGGING) {
295 if (VERBOSE_LOGGING) {
314 if (VERBOSE_LOGGING) {
AbstractContactsProvider.java 59 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
254 if (VERBOSE_LOGGING) {
272 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) {
CallLogProvider.java 65 public static final boolean VERBOSE_LOGGING = false; // DO NOT SUBMIT WITH TRUE
220 if (VERBOSE_LOGGING) {
323 if (VERBOSE_LOGGING) {
354 if (VERBOSE_LOGGING) {
391 if (VERBOSE_LOGGING) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 50 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
131 if (VERBOSE_LOGGING) {
208 if (VERBOSE_LOGGING) {
219 if (VERBOSE_LOGGING) {
296 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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 90 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
    [all...]

Completed in 4050 milliseconds