/aosp14/frameworks/base/core/java/android/service/autofill/augmented/ |
H A D | FillWindow.java | 102 if (sDebug) { in update() 151 if (sDebug) { in update() 164 if (sDebug) Log.d(TAG, "show()"); in show() 189 if (sDebug) Log.d(TAG, "hide()"); in hide() 206 if (sDebug) Log.d(TAG, "handleShow()"); in handleShow() 220 if (sDebug) Log.d(TAG, "Exception showing window."); in handleShow() 227 if (sDebug) Log.d(TAG, "handleHide()"); in handleHide() 234 if (sDebug) Log.d(TAG, "Exception hiding window."); in handleHide() 246 if (sDebug) { in destroy() 313 if (sDebug) Log.d(TAG, "FillWindowPresenter.show()"); in show() [all …]
|
H A D | AugmentedAutofillService.java | 78 static boolean sDebug = Build.IS_USER ? false : true; field in AugmentedAutofillService 243 if (sDebug || debug) { in handleOnConnected() 246 sDebug = debug; in handleOnConnected() 274 if (sDebug) Log.d(TAG, "Reusing proxy for session " + sessionId); in handleOnFillRequest() 317 if (sDebug) Log.d(TAG, "onUnbind(): no proxy to destroy"); in handleOnUnbind() 321 if (sDebug) Log.d(TAG, "onUnbind(): destroying " + size + " proxies"); in handleOnUnbind() 607 if (sDebug) { in logEvent() 619 if (sDebug) { in logEvent() 630 if (sDebug) Log.d(TAG, "UI shown in " + formatDuration(duration)); in logEvent() 639 if (sDebug) Log.d(TAG, "UI destroyed in " + formatDuration(duration)); in logEvent() [all …]
|
H A D | FillController.java | 18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug; 56 if (sDebug) { in autofill()
|
H A D | FillCallback.java | 18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug; 53 if (sDebug) Log.d(TAG, "onSuccess(): " + response); in onSuccess()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | DateValueSanitizer.java | 19 import static android.view.autofill.Helper.sDebug; 67 if (sDebug) Log.d(TAG, value + " is not a date"); in sanitize() 76 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + converted); in sanitize() 79 if (sDebug) Log.d(TAG, "Sanitized to " + sanitized); in sanitize() 92 if (!sDebug) return super.toString(); in toString()
|
H A D | TextValueSanitizer.java | 19 import static android.view.autofill.Helper.sDebug; 73 if (sDebug) Slog.d(TAG, "sanitize() called with non-text value: " + value); in sanitize() 82 if (sDebug) Slog.d(TAG, "sanitize(): " + mRegex + " failed for " + value); in sanitize() 99 if (!sDebug) return super.toString(); in toString()
|
H A D | LuhnChecksumValidator.java | 19 import static android.view.autofill.Helper.sDebug; 95 if (sDebug) Log.d(TAG, "No partial number for id " + id); in isValid() 103 if (sDebug) Log.d(TAG, "isValid(" + number.length() + " chars): " + valid); in isValid() 109 if (!sDebug) return super.toString(); in toString()
|
H A D | InternalTransformation.java | 18 import static android.view.autofill.Helper.sDebug; 64 if (sDebug) Log.d(TAG, "getPresentation(): applying " + size + " transformations"); in batchApply() 69 if (sDebug) Log.d(TAG, "#" + i + ": " + transformation); in batchApply()
|
H A D | OptionalValidators.java | 19 import static android.view.autofill.Helper.sDebug; 52 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid); in isValid() 64 if (!sDebug) return super.toString(); in toString()
|
H A D | RequiredValidators.java | 19 import static android.view.autofill.Helper.sDebug; 52 if (sDebug) Log.d(TAG, "isValid(" + validator + "): " + valid); in isValid() 63 if (!sDebug) return super.toString(); in toString()
|
H A D | RegexValidator.java | 19 import static android.view.autofill.Helper.sDebug; 67 if (sDebug) Log.d(TAG, "isValid(): " + valid); in isValid() 76 if (!sDebug) return super.toString(); in toString()
|
H A D | DateTransformation.java | 19 import static android.view.autofill.Helper.sDebug; 81 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + transformed); in apply() 94 if (!sDebug) return super.toString(); in toString()
|
H A D | FieldClassification.java | 19 import static android.view.autofill.Helper.sDebug; 67 if (!sDebug) return super.toString(); in toString() 149 if (!sDebug) return super.toString(); in toString()
|
H A D | CharSequenceTransformation.java | 19 import static android.view.autofill.Helper.sDebug; 82 if (sDebug) Log.d(TAG, size + " fields on id " + childViewId); in apply() 94 if (sDebug) Log.d(TAG, "Match for " + field.first + " failed on id " + id); in apply() 178 if (!sDebug) return super.toString(); in toString()
|
H A D | NegationValidator.java | 19 import static android.view.autofill.Helper.sDebug; 49 if (!sDebug) return super.toString(); in toString()
|
H A D | ImageTransformation.java | 19 import static android.view.autofill.Helper.sDebug; 82 if (sDebug) { in apply() 106 if (sDebug) Log.d(TAG, "No match for " + value); in apply() 215 if (!sDebug) return super.toString(); in toString()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | SaveUi.java | 19 import static com.android.server.autofill.Helper.sDebug; 120 if (sDebug) Slog.d(TAG, "OneTimeListener.onSave(): " + mDone); in onSave() 129 if (sDebug) Slog.d(TAG, "OneTimeListener.onCancel(): " + mDone); in onCancel() 138 if (sDebug) Slog.d(TAG, "OneTimeListener.onDestroy(): " + mDone); in onDestroy() 197 if (sDebug) { in SaveUi() 209 if (sDebug) { in SaveUi() 304 if (sDebug) Slog.d(TAG, "on constructor: applied custom description"); in SaveUi() 433 if (sDebug) Slog.d(TAG, "Skipping batch update #" + i ); in applyCustomDescription() 448 if (sDebug) { in applyCustomDescription() 522 if (sDebug) Slog.d(TAG, "hiding UI until restored with token " + token); in startIntentSenderWithRestore() [all …]
|
H A D | RemoteInlineSuggestionViewConnector.java | 19 import static com.android.server.autofill.Helper.sDebug; 81 if (sDebug) Slog.d(TAG, "Skipped rendering inline suggestion."); in renderSuggestion() 85 if (sDebug) Slog.d(TAG, "Request to recreate the UI"); in renderSuggestion()
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpStorageManager.java | 795 if (sDebug) in handleRemovedObject() 934 if (sDebug) in beginSendObject() 956 if (sDebug) in endSendObject() 969 if (sDebug) in beginRenameObject() 994 if (sDebug) in endRenameObject() 1022 if (sDebug) in beginRemoveObject() 1035 if (sDebug) in endRemoveObject() 1053 if (sDebug) in beginMoveObject() 1093 if (sDebug) in endMoveObject() 1127 if (sDebug) in beginCopyObject() [all …]
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillInlineSuggestionsRequestSession.java | 20 import static com.android.server.autofill.Helper.sDebug; 160 if (sDebug) { in onInlineSuggestionsResponseLocked() 199 if (sDebug) Slog.d(TAG, "onCreateInlineSuggestionsRequestLocked called: " + mAutofillId); in onCreateInlineSuggestionsRequestLocked() 247 if (sDebug) Slog.d(TAG, "Send inline response: " + response.getInlineSuggestions().size()); in updateResponseToImeUncheckLocked() 270 if (sDebug) { in maybeNotifyFillUiEventLocked() 392 if (sDebug) Slog.d(TAG, "onInlineSuggestionsUnsupported() called."); in onInlineSuggestionsUnsupported() 405 if (sDebug) Slog.d(TAG, "onInlineSuggestionsRequest() received: " + request); in onInlineSuggestionsRequest() 470 if (sDebug) Slog.d(TAG, "onInlineSuggestionsSessionInvalidated() called."); in onInlineSuggestionsSessionInvalidated()
|
H A D | RemoteFieldClassificationService.java | 19 import static com.android.server.autofill.Helper.sDebug; 84 if (sDebug) { in RemoteFieldClassificationService() 155 if (sDebug) { in onFieldClassificationRequest() 173 if (sDebug) { in onFieldClassificationRequest() 208 if (sDebug) { in onFieldClassificationRequest()
|
H A D | Helper.java | 19 import static com.android.server.autofill.Helper.sDebug; 72 public static boolean sDebug = false; field in Helper 288 if (sDebug) Slog.d(TAG, "sanitizeUrlBar(): empty on " + urlBarNode.getIdEntry()); in sanitizeUrlBar() 292 if (sDebug) { in sanitizeUrlBar() 348 if (sDebug) Slog.d(TAG, "Service provided " + size + " sanitizers"); in createSanitizers() 353 if (sDebug) { in createSanitizers() 391 if (sDebug) { in getDisplayContext() 397 if (sDebug) { in getDisplayContext()
|
H A D | FieldClassificationStrategy.java | 21 import static com.android.server.autofill.Helper.sDebug; 123 if (sDebug) Slog.d(TAG, "reset(): unbinding service."); in reset() 132 if (sDebug) Slog.d(TAG, "reset(): service is not bound. Do nothing."); in reset() 151 if (sDebug) Slog.d(TAG, "service is null; queuing command"); in connectAndRun() 173 if (sDebug) Slog.d(TAG, "running " + size + " queued commands"); in connectAndRun() 184 } else if (sDebug) Slog.d(TAG, "no queued commands"); in connectAndRun()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureHelper.java | 44 public static boolean sDebug = true; field in ContentCaptureHelper 77 sVerbose = sDebug = false; in setLoggingLevel() 83 sDebug = true; in setLoggingLevel()
|
/aosp14/frameworks/base/core/java/android/service/assist/classification/ |
H A D | FieldClassificationService.java | 53 static boolean sDebug = Build.IS_USER ? false : true; field in FieldClassificationService 138 if (sDebug || debug) { in handleOnConnected() 141 sDebug = debug; in handleOnConnected()
|