HomeSort by relevance Sort by last modified time
    Searched refs:sDebug (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/core/java/android/service/autofill/
DateValueSanitizer.java 19 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();
InternalTransformation.java 18 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);
OptionalValidators.java 19 import static android.view.autofill.Helper.sDebug;
50 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid);
62 if (!sDebug) return super.toString();
RequiredValidators.java 19 import static android.view.autofill.Helper.sDebug;
50 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid);
61 if (!sDebug) return super.toString();
RegexValidator.java 19 import static android.view.autofill.Helper.sDebug;
68 if (sDebug) Log.d(TAG, "isValid(): " + valid);
77 if (!sDebug) return super.toString();
LuhnChecksumValidator.java 19 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();
TextValueSanitizer.java 19 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();
NegationValidator.java 19 import static android.view.autofill.Helper.sDebug;
49 if (!sDebug) return super.toString();
DateTransformation.java 19 import static android.view.autofill.Helper.sDebug;
82 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + transformed);
95 if (!sDebug) return super.toString();
FieldClassification.java 19 import static android.view.autofill.Helper.sDebug;
68 if (!sDebug) return super.toString();
150 if (!sDebug) return super.toString();
CharSequenceTransformation.java 19 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();
ImageTransformation.java 19 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();
BatchUpdates.java 19 import static android.view.autofill.Helper.sDebug;
155 if (!sDebug) return super.toString();
FillContext.java 19 import static android.view.autofill.Helper.sDebug;
91 if (!sDebug) return super.toString();
  /frameworks/base/core/java/android/view/autofill/
Helper.java 28 public static boolean sDebug = false;
AutofillValue.java 23 import static android.view.autofill.Helper.sDebug;
174 if (!sDebug) return super.toString();
AutofillManager.java 20 import static android.view.autofill.Helper.sDebug;
585 if (sDebug) {
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
CustomScrollView.java 18 import static com.android.server.autofill.Helper.sDebug;
86 if (sDebug) {
SaveUi.java 19 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) Slog.d(TAG, "Applying template updates for batch update #" + i)
    [all...]
AutoFillUI.java 18 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/
MtpStorageManager.java 47 public static boolean sDebug = false;
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/
Session.java 31 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) {
    [all...]
FieldClassificationStrategy.java 18 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");
Helper.java 48 public static boolean sDebug = false;
194 if (sDebug) Slog.d(TAG, "sanitizeUrlBar(): empty on " + urlBarNode.getIdEntry());
198 if (sDebug) {
  /packages/apps/Nfc/nci/jni/
RouteDataSet.h 249 static const bool sDebug = false;

Completed in 203 milliseconds

1 2