/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | FieldClassificationStrategy.java | 22 import static com.android.server.autofill.Helper.sVerbose; 116 if (sVerbose) Slog.v(TAG, "getServiceComponentName(): " + name); in getServiceComponentName() 139 if (sVerbose) Slog.v(TAG, "running command right away"); in connectAndRun() 156 if (sVerbose) Slog.v(TAG, "creating connection"); in connectAndRun() 162 if (sVerbose) Slog.v(TAG, "onServiceConnected(): " + name); in connectAndRun() 172 if (sVerbose) Slog.v(TAG, "running queued command #" + i); in connectAndRun() 186 if (sVerbose) Slog.v(TAG, "onServiceDisconnected(): " + name); in connectAndRun() 194 if (sVerbose) Slog.v(TAG, "onBindingDied(): " + name); in connectAndRun() 202 if (sVerbose) Slog.v(TAG, "onNullBinding(): " + name); in connectAndRun() 210 if (sVerbose) Slog.v(TAG, "binding to: " + component); in connectAndRun() [all …]
|
D | AutofillManagerService.java | 26 import static com.android.server.autofill.Helper.sVerbose; 453 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in getLogLevel() 630 com.android.server.autofill.Helper.sVerbose = verbose; in setLoggingLevelsLocked() 631 android.view.autofill.Helper.sVerbose = verbose; in setLoggingLevelsLocked() 741 if (sVerbose) { in getWhitelistedCompatModePackages() 930 if (sVerbose) Slog.v(TAG, "reseting mUserSpecs"); in reset() 933 if (sVerbose) Slog.v(TAG, "mUserSpecs down to " + newSize); in reset() 1060 if (sVerbose) { in addClient() 1073 } else if (sVerbose) { in removeClient() 1144 } else if (sVerbose) { in getFillEventHistory() [all …]
|
D | Session.java | 33 import static com.android.server.autofill.Helper.sVerbose; 319 if (sVerbose) { 512 if (sVerbose) { in fillContextWithAllowedValuesLocked() 579 if (sVerbose) { in requestNewFillResponseLocked() 605 if (sVerbose) { in requestNewFillResponseLocked() 1227 if (sVerbose && logPrefix != null) { in getLastResponseLocked() 1243 if (sVerbose && logPrefix != null) { in getLastResponseLocked() 1322 if (sVerbose) Slog.v(TAG, "logContextCommittedLocked(): ignored by flags " + flags); in logContextCommittedLocked() 1337 if (sVerbose) Slog.v(TAG, "logContextCommitted() no datasets at " + i); in logContextCommittedLocked() 1343 if (sVerbose) { in logContextCommittedLocked() [all …]
|
D | AutofillManagerServiceImpl.java | 27 import static com.android.server.autofill.Helper.sVerbose; 331 if (sVerbose) { in startSessionLocked() 405 if (sVerbose) { in finishSessionLocked() 414 if (sVerbose) Slog.v(TAG, "finishSessionLocked(): session finished on save? " + finished); in finishSessionLocked() 572 if (sVerbose) { in updateSessionLocked() 624 if (sVerbose) Slog.v(TAG, "onPendingSaveUi(" + operation + "): " + token); in onPendingSaveUi() 653 if (sVerbose) Slog.v(TAG, "reset autofill service."); in resetExtServiceLocked() 659 if (sVerbose) Slog.v(TAG, "destroyLocked()"); in destroyLocked() 800 if (sVerbose) { in logContextCommittedLocked() 1122 if (sVerbose) { in getRemoteAugmentedAutofillServiceLocked() [all …]
|
D | RemoteFillService.java | 22 import static com.android.server.autofill.Helper.sVerbose; 70 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), sVerbose); in RemoteFillService() 275 if (sVerbose) Slog.v(mTag, "calling onFillRequest() for id=" + mRequest.getId()); 349 if (sVerbose) Slog.v(mTag, "calling onSaveRequest()");
|
D | RemoteAugmentedAutofillService.java | 22 import static com.android.server.autofill.Helper.sVerbose; 106 mService.onConnected(sDebug, sVerbose); in handleOnConnectedStateChanged()
|
D | Helper.java | 60 public static boolean sVerbose = false; field in Helper
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSession.java | 30 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 208 if (sVerbose) { in start() 226 if (sVerbose) { in start() 275 if (sVerbose) { in onSessionStarted() 290 if (sVerbose) Log.v(TAG, "handleSendEvent(" + getDebugState() + "): " + event); in sendEvent() 303 if (sVerbose) Log.v(TAG, "handleSendEvent(): ignoring when disabled"); in sendEvent() 308 if (sVerbose) { in sendEvent() 323 if (sVerbose) { in sendEvent() 336 if (sVerbose) { in sendEvent() 360 if (sVerbose) { in sendEvent() [all …]
|
D | ContentCaptureHelper.java | 43 public static boolean sVerbose = false; field in ContentCaptureHelper 77 sVerbose = sDebug = false; in setLoggingLevel() 80 sVerbose = true; in setLoggingLevel()
|
D | ContentCaptureManager.java | 19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 315 if (sVerbose) Log.v(TAG, "Constructor for " + context.getPackageName()); in ContentCaptureManager() 338 if (sVerbose) Log.v(TAG, "getMainContentCaptureSession(): created " + mMainSession); in getMainContentCaptureSession() 598 pw.print(" Verbose: "); pw.println(sVerbose); in dump()
|
D | ContentCaptureSession.java | 19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 322 if (sVerbose) { in destroy() 328 if (sVerbose) Log.v(TAG, "Destroying " + numberChildren + " children first"); in destroy()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 22 import static android.view.autofill.Helper.sVerbose; 674 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager() 905 if (sVerbose) { in shouldIgnoreViewEnteredLocked() 915 if (sVerbose) { in shouldIgnoreViewEnteredLocked() 961 if (sVerbose) Log.v(TAG, "ignoring notifyViewEntered(" + id + "): disabled"); in notifyViewEnteredLocked() 1057 if (sVerbose) { in notifyViewVisibilityChangedInternal() 1065 if (sVerbose) Log.v(TAG, "visibility changed for " + id + ": " + isVisible); in notifyViewVisibilityChangedInternal() 1074 } else if (sVerbose) { in notifyViewVisibilityChangedInternal() 1130 if (sVerbose) { in notifyViewEnteredLocked() 1179 if (sVerbose) Log.v(TAG, "notifyViewExited(" + view.getAutofillId() + ", " + virtualId); in notifyViewExited() [all …]
|
D | AutofillValue.java | 24 import static android.view.autofill.Helper.sVerbose; 270 if (sVerbose && !Looper.getMainLooper().isCurrentThread()) { in forText()
|
D | Helper.java | 31 public static boolean sVerbose = false; field in Helper
|
D | AutofillPopupWindow.java | 19 import static android.view.autofill.Helper.sVerbose; 264 if (sVerbose) { in showAsDropDown()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureService.java | 19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 129 sVerbose = verbose; 296 if (sVerbose) { in onCreateContentCaptureSession() 310 if (sVerbose) Log.v(TAG, "onContentCaptureEventsRequest(id=" + sessionId + ")"); in onContentCaptureEvent() 319 if (sVerbose) Log.v(TAG, "onDataRemovalRequest()"); in onDataRemovalRequest() 330 if (sVerbose) Log.v(TAG, "onActivitySnapshot(id=" + sessionId + ")"); in onActivitySnapshot() 342 if (sVerbose) Log.v(TAG, "onActivityEvent(): " + event); in onActivityEvent() 351 if (sVerbose) Log.v(TAG, "onDestroyContentCaptureSession(id=" + sessionId + ")"); in onDestroyContentCaptureSession() 386 pw.print("Debug: "); pw.print(sDebug); pw.print(" Verbose: "); pw.println(sVerbose); in dump() 528 if (sVerbose) { in handleIsRightCallerFor()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 21 import static com.android.server.autofill.Helper.sVerbose; 125 if (sVerbose) Slog.v(TAG, "forcing full-screen mode to " + sFullScreenMode); in isFullScreen() 135 if (sVerbose) Slog.v(TAG, "nightMode: " + nightMode); in FillUi() 171 if (sVerbose) { in FillUi() 197 if (sVerbose) { in FillUi() 255 if (sVerbose) { in FillUi() 266 if (sVerbose) Slog.v(TAG, "adding header"); in FillUi() 283 if (sVerbose) Slog.v(TAG, "adding footer"); in FillUi() 306 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId); in FillUi() 325 if (sVerbose) { in FillUi() [all …]
|
D | SaveUi.java | 20 import static com.android.server.autofill.Helper.sVerbose; 159 if (sVerbose) Slog.v(TAG, "nightMode: " + nightMode); in SaveUi() 300 if (sVerbose) { in applyCustomDescription() 323 if (sVerbose) Slog.v(TAG, "Intercepting custom description intent"); in applyCustomDescription() 351 if (sVerbose) { in applyCustomDescription() 411 if (sVerbose) { in applyCustomDescription() 528 if (sVerbose) Slog.v(TAG, "Hiding save dialog."); in hide()
|
D | AutoFillUI.java | 19 import static com.android.server.autofill.Helper.sVerbose; 278 if (sVerbose) { in showSaveUi() 403 if (sVerbose) { in hideSaveUiUiThread()
|
/frameworks/base/core/java/android/service/autofill/ |
D | VisibilitySetterAction.java | 20 import static android.view.autofill.Helper.sVerbose; 62 if (sVerbose) { in onClick()
|
D | FillEventHistory.java | 19 import static android.view.autofill.Helper.sVerbose; 374 if (sVerbose) { in getFieldsClassification()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 83 mService.onConnected(mServerCallback, sVerbose, sDebug); in handleOnConnectedStateChanged()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | AugmentedAutofillService.java | 74 static boolean sVerbose = false; field in AugmentedAutofillService 204 sVerbose = verbose; in handleOnConnected() 440 if (sVerbose) { in requestShowFillUi() 489 if (sVerbose) Log.v(TAG, "report(): " + event); in report()
|
D | FillWindow.java | 19 import static android.service.autofill.augmented.AugmentedAutofillService.sVerbose; 144 if (sVerbose) Log.v(TAG, "Outside touch detected, hiding the window"); in update()
|
/frameworks/base/core/java/android/app/ |
D | Application.java | 620 if (android.view.autofill.Helper.sVerbose) { in getAutofillClient() 643 if (android.view.autofill.Helper.sVerbose) { in getAutofillClient() 649 if (android.view.autofill.Helper.sVerbose) { in getAutofillClient()
|