Searched refs:AUTOFILL_LOG_TAG (Results 1 – 1 of 1) sorted by relevance
853 private static final String AUTOFILL_LOG_TAG = "View.Autofill"; field in View8984 if (forAutofill && Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) {8985 Log.v(AUTOFILL_LOG_TAG, "onProvideVirtualStructureCompat() for " + this);9349 if (Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) { in setAutofillId()9350 Log.v(AUTOFILL_LOG_TAG, "setAutofill(): from " + mAutofillId + " to " + id); in setAutofillId()9388 } else if (Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) { in resetSubtreeAutofillIds()9389 Log.v(AUTOFILL_LOG_TAG, "resetAutofillId() for " + mAutofillViewId); in resetSubtreeAutofillIds()9595 if (Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) { in isImportantForAutofill()9613 if (Log.isLoggable(AUTOFILL_LOG_TAG, Log.VERBOSE)) { in isImportantForAutofill()9614 Log.v(AUTOFILL_LOG_TAG, "View (" + this + ") is not important for autofill " in isImportantForAutofill()[all …]