Searched refs:sDebug (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/core/java/android/service/autofill/
H A DDateValueSanitizer.java19 import static android.view.autofill.Helper.sDebug;
68 if (sDebug) Log.d(TAG, value + " is not a date");
77 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + converted);
80 if (sDebug) Log.d(TAG, "Sanitized to " + sanitized);
93 if (!sDebug) return super.toString();
H A DInternalTransformation.java18 import static android.view.autofill.Helper.sDebug;
67 if (sDebug) Log.d(TAG, "getPresentation(): applying " + size + " transformations");
72 if (sDebug) Log.d(TAG, "#" + i + ": " + transformation);
H A DOptionalValidators.java19 import static android.view.autofill.Helper.sDebug;
50 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid);
62 if (!sDebug) return super.toString();
H A DRequiredValidators.java19 import static android.view.autofill.Helper.sDebug;
50 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid);
61 if (!sDebug) return super.toString();
H A DRegexValidator.java19 import static android.view.autofill.Helper.sDebug;
68 if (sDebug) Log.d(TAG, "isValid(): " + valid);
77 if (!sDebug) return super.toString();
H A DLuhnChecksumValidator.java19 import static android.view.autofill.Helper.sDebug;
95 if (sDebug) Log.d(TAG, "No partial number for id " + id);
103 if (sDebug) Log.d(TAG, "isValid(" + number.length() + " chars): " + valid);
109 if (!sDebug) return super.toString();
H A DTextValueSanitizer.java19 import static android.view.autofill.Helper.sDebug;
74 if (sDebug) Slog.d(TAG, "sanitize() called with non-text value: " + value);
83 if (sDebug) Slog.d(TAG, "sanitize(): " + mRegex + " failed for " + value);
100 if (!sDebug) return super.toString();
H A DNegationValidator.java19 import static android.view.autofill.Helper.sDebug;
49 if (!sDebug) return super.toString();
H A DDateTransformation.java19 import static android.view.autofill.Helper.sDebug;
82 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + transformed);
95 if (!sDebug) return super.toString();
H A DFieldClassification.java19 import static android.view.autofill.Helper.sDebug;
68 if (!sDebug) return super.toString();
150 if (!sDebug) return super.toString();
H A DCharSequenceTransformation.java19 import static android.view.autofill.Helper.sDebug;
81 if (sDebug) Log.d(TAG, size + " multiple fields on id " + childViewId);
93 if (sDebug) Log.d(TAG, "match for " + field.first + " failed on id " + id);
174 if (!sDebug) return super.toString();
H A DImageTransformation.java19 import static android.view.autofill.Helper.sDebug;
81 if (sDebug) {
105 if (sDebug) Log.d(TAG, "No match for " + value);
214 if (!sDebug) return super.toString();
H A DBatchUpdates.java19 import static android.view.autofill.Helper.sDebug;
155 if (!sDebug) return super.toString();
H A DFillContext.java19 import static android.view.autofill.Helper.sDebug;
91 if (!sDebug) return super.toString();
H A DDataset.java19 import static android.view.autofill.Helper.sDebug;
150 if (!sDebug) return super.toString();
557 if (!sDebug) return super.toString();
/frameworks/base/core/java/android/view/autofill/
H A DHelper.java28 public static boolean sDebug = false; field in class:Helper
H A DAutofillValue.java23 import static android.view.autofill.Helper.sDebug;
174 if (!sDebug) return super.toString();
H A DAutofillManager.java20 import static android.view.autofill.Helper.sDebug;
585 if (sDebug) {
903 if (sDebug) Log.d(TAG, "Hidding UI when view " + id + " became invisible");
1133 if (sDebug) Log.d(TAG, "triggering commit by click of " + id);
1151 if (sDebug) Log.d(TAG, "onActivityFinishing(): calling commitLocked()");
1154 if (sDebug) Log.d(TAG, "onActivityFinishing(): calling cancelLocked()");
1412 if (client == null && sDebug) {
1438 if (sDebug) Log.d(TAG, "onAuthenticationResult(): d=" + data);
1491 if (id == null && sDebug) {
1598 if (sDebug) Lo
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DCustomScrollView.java18 import static com.android.server.autofill.Helper.sDebug;
86 if (sDebug) {
H A DSaveUi.java19 import static com.android.server.autofill.Helper.sDebug;
95 if (sDebug) Slog.d(TAG, "OneTimeListener.onSave(): " + mDone);
105 if (sDebug) Slog.d(TAG, "OneTimeListener.onCancel(): " + mDone);
115 if (sDebug) Slog.d(TAG, "OneTimeListener.onDestroy(): " + mDone);
206 if (sDebug) Slog.d(TAG, "on constructor: applied custom description");
220 if (sDebug) Slog.d(TAG, "on constructor: title=" + mTitle + ", subTitle=" + mSubTitle);
305 if (sDebug) Slog.d(TAG, "hiding UI until restored with token " + token);
329 if (sDebug) Slog.d(TAG, "custom description has " + size + " batch updates");
334 if (sDebug) Slog.d(TAG, "Skipping batch update #" + i );
341 if (sDebug) Slo
[all...]
H A DAutoFillUI.java18 import static com.android.server.autofill.Helper.sDebug;
178 if (sDebug) {
408 if (sDebug) Slog.d(TAG, "destroySaveUiUiThread(): already destroyed");
412 if (sDebug) Slog.d(TAG, "destroySaveUiUiThread(): " + pendingSaveUi);
417 if (sDebug) Slog.d(TAG, "destroySaveUiUiThread(): notifying client");
437 if (sDebug) {
/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java47 public static boolean sDebug = false; field in class:MtpStorageManager
73 if (sDebug)
81 if (sDebug)
85 if (sDebug)
621 if (!ret && sDebug)
628 if (!ret && sDebug)
668 if (sDebug)
675 if (sDebug)
701 if (sDebug)
735 if (sDebug)
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java31 import static com.android.server.autofill.Helper.sDebug;
295 if (sDebug) {
302 if (sDebug) {
400 if (sDebug) Slog.d(TAG, "findValueLocked(): no view state for " + id);
405 if (sDebug) Slog.d(TAG, "findValueLocked(): no current value for " + id);
474 if (sDebug) Slog.d(TAG, "cancelCurrentRequest(): id = " + canceledRequest);
665 if (sDebug) {
757 if (sDebug) Slog.d(TAG, "Starting intent sender on save()");
814 if (sDebug) {
911 if (sDebug) {
[all...]
H A DFieldClassificationStrategy.java18 import static com.android.server.autofill.Helper.sDebug;
121 if (sDebug) Slog.d(TAG, "reset(): unbinding service.");
125 if (sDebug) Slog.d(TAG, "reset(): service is not bound. Do nothing.");
144 if (sDebug) Slog.d(TAG, "service is null; queuing command");
166 if (sDebug) Slog.d(TAG, "running " + size + " queued commands");
177 } else if (sDebug) Slog.d(TAG, "no queued commands");
H A DHelper.java48 public static boolean sDebug = false; field in class:Helper
194 if (sDebug) Slog.d(TAG, "sanitizeUrlBar(): empty on " + urlBarNode.getIdEntry());
198 if (sDebug) {

Completed in 194 milliseconds

12