/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() 144 if (sVerbose) Slog.v(TAG, "running command right away"); in connectAndRun() 161 if (sVerbose) Slog.v(TAG, "creating connection"); in connectAndRun() 167 if (sVerbose) Slog.v(TAG, "onServiceConnected(): " + name); in connectAndRun() 177 if (sVerbose) Slog.v(TAG, "running queued command #" + i); in connectAndRun() 191 if (sVerbose) Slog.v(TAG, "onServiceDisconnected(): " + name); in connectAndRun() 199 if (sVerbose) Slog.v(TAG, "onBindingDied(): " + name); in connectAndRun() 207 if (sVerbose) Slog.v(TAG, "onNullBinding(): " + name); in connectAndRun() 215 if (sVerbose) Slog.v(TAG, "binding to: " + component); in connectAndRun() [all …]
|
D | AutofillInlineSuggestionsRequestSession.java | 21 import static com.android.server.autofill.Helper.sVerbose; 221 if (sVerbose) Slog.v(TAG, "maybeUpdateResponseToImeLocked called"); in maybeUpdateResponseToImeLocked() 417 if (sVerbose) Slog.v(TAG, "onInputMethodStartInput() received on " + imeFieldId); in onInputMethodStartInput() 428 if (sVerbose) { in onInputMethodShowInputRequested() 436 if (sVerbose) Slog.v(TAG, "onInputMethodStartInputView() received"); in onInputMethodStartInputView() 448 if (sVerbose) Slog.v(TAG, "onInputMethodFinishInputView() received"); in onInputMethodFinishInputView() 459 if (sVerbose) Slog.v(TAG, "onInputMethodFinishInput() received"); in onInputMethodFinishInput()
|
D | AutofillManagerService.java | 26 import static com.android.server.autofill.Helper.sVerbose; 273 if (sVerbose) { in AutofillManagerService() 612 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in getLogLevel() 879 } else if (sVerbose) { in requestSavedPasswordCount() 891 com.android.server.autofill.Helper.sVerbose = verbose; in setLoggingLevelsLocked() 892 android.view.autofill.Helper.sVerbose = verbose; in setLoggingLevelsLocked() 1082 if (sVerbose) { in getAllowedCompatModePackages() 1355 if (sVerbose) { in isAutofillDisabledLocked() 1377 if (sVerbose) Slog.v(TAG, "Removing " + packageName + " from disabled list"); in isAutofillDisabledLocked() 1509 if (sVerbose) Slog.v(TAG, "reseting mUserSpecs"); in reset() [all …]
|
D | RemoteFillService.java | 22 import static com.android.server.autofill.Helper.sVerbose; 285 if (sVerbose) { in onFillCredentialRequest() 292 if (sVerbose) { in onFillCredentialRequest() 358 if (sVerbose) { in onFillRequest() 365 if (sVerbose) { in onFillRequest() 428 if (sVerbose) Slog.v(TAG, "calling onConvertCredentialRequest()"); in onConvertCredentialRequest() 432 if (sVerbose) { in onConvertCredentialRequest() 474 if (sVerbose) Slog.v(TAG, "calling onSaveRequest()"); in onSaveRequest()
|
D | Session.java | 74 import static com.android.server.autofill.Helper.sVerbose; 816 if (sVerbose) { in onHandleAssistData() 946 if (sVerbose) { in getTypeHintsForProvider() 1001 if (sVerbose) { in onHandleAssistData() 1227 if (sVerbose) { in fillContextWithAllowedValuesLocked() 1325 if (sVerbose) { in requestNewFillResponseLocked() 1350 if (sVerbose) { in requestNewFillResponseLocked() 1378 if (sVerbose) { in requestNewFillResponseLocked() 1437 if (sVerbose) { in requestAssistStructureForPccLocked() 1868 if (sVerbose) { in getEffectiveFillResponse() [all …]
|
D | AutofillManagerServiceImpl.java | 30 import static com.android.server.autofill.Helper.sVerbose; 411 if (sVerbose) { in startSessionLocked() 503 if (sVerbose) { in finishSessionLocked() 518 if (sVerbose) { in finishSessionLocked() 679 if (sVerbose) { in updateSessionLocked() 731 if (sVerbose) Slog.v(TAG, "onPendingSaveUi(" + operation + "): " + token); in onPendingSaveUi() 760 if (sVerbose) Slog.v(TAG, "reset autofill service in ExtServices."); in resetExtServiceLocked() 770 if (sVerbose) Slog.v(TAG, "destroyLocked()"); in destroyLocked() 1011 if (sVerbose) { in logContextCommittedLocked() 1348 if (sVerbose) { in getRemoteAugmentedAutofillServiceLocked() [all …]
|
D | SessionCommittedEventLogger.java | 22 import static com.android.server.autofill.Helper.sVerbose; 132 if (sVerbose) { in logAndEndEvent()
|
D | AutofillUriGrantsManager.java | 21 import static com.android.server.autofill.Helper.sVerbose; 102 if (sVerbose) { in grantUriPermissions()
|
D | FieldClassificationEventLogger.java | 24 import static com.android.server.autofill.Helper.sVerbose; 170 if (sVerbose) { in logAndEndEvent()
|
D | RemoteInlineSuggestionRenderService.java | 18 import static com.android.server.autofill.Helper.sVerbose; 147 if (sVerbose) Slog.v(TAG, "getServiceComponentName(): " + componentName); in getServiceComponentName()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | InlineContentProviderImpl.java | 19 import static com.android.server.autofill.Helper.sVerbose; 108 if (sVerbose) Slog.v(TAG, "handleProvideContent"); in handleProvideContent() 124 if (sVerbose) Slog.v(TAG, "handleGetSurfacePackage"); in handleGetSurfacePackage() 133 if (sVerbose) Slog.v(TAG, "handleOnSurfacePackageReleased"); in handleOnSurfacePackageReleased()
|
D | RemoteInlineSuggestionUi.java | 20 import static com.android.server.autofill.Helper.sVerbose; 158 if (sVerbose) Slog.v(TAG, "Sending refreshed SurfacePackage to IME"); in handleRequestSurfacePackage() 182 if (sVerbose) Slog.v(TAG, "releasing the host"); in handleUpdateRefCount() 214 if (sVerbose) Slog.v(TAG, "Sending new UI content to IME"); in handleInlineSuggestionUiReady()
|
D | FillUi.java | 23 import static com.android.server.autofill.Helper.sVerbose; 138 if (sVerbose) Slog.v(TAG, "forcing full-screen mode to " + sFullScreenMode); in isFullScreen() 149 if (sVerbose) { in FillUi() 189 if (sVerbose) { in FillUi() 215 if (sVerbose) { in FillUi() 280 if (sVerbose) { in FillUi() 293 if (sVerbose) Slog.v(TAG, "adding header"); in FillUi() 311 if (sVerbose) Slog.v(TAG, "adding footer"); in FillUi() 335 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId); in FillUi() 356 if (sVerbose) { in FillUi() [all …]
|
D | DialogFillUi.java | 20 import static com.android.server.autofill.Helper.sVerbose; 112 if (sVerbose) Slog.v(TAG, "nightMode: " + nightMode); in DialogFillUi() 161 if (sVerbose) { in getVisibleDatasetsMaxCount() 278 if (sVerbose) { in createDatasetItems() 306 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId); in createDatasetItems() 327 if (sVerbose) { in createDatasetItems() 401 if (sVerbose) Slog.v(TAG, "Hiding fill dialog."); in hide()
|
D | InlineFillUi.java | 21 import static com.android.server.autofill.Helper.sVerbose; 261 if (sVerbose) { in getInlineSuggestionsResponse() 331 if (sVerbose) { in includeDataset()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSession.java | 32 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 254 if (sVerbose) { in start() 273 if (sVerbose) { in start() 343 if (sVerbose) { in onSessionStarted() 359 if (sVerbose) Log.v(TAG, "handleSendEvent(" + getDebugState() + "): " + event); in sendEvent() 363 if (sVerbose) { in sendEvent() 374 if (sVerbose) Log.v(TAG, "handleSendEvent(): ignoring when disabled"); in sendEvent() 412 if (sVerbose) { in sendContentCaptureEvent() 453 if (!addEvent && sVerbose) { in sendContentCaptureEvent() 465 if (sVerbose) { in sendContentCaptureEvent() [all …]
|
D | MainContentCaptureSessionV2.java | 32 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 279 if (sVerbose) { in startImpl() 298 if (sVerbose) { in startImpl() 366 if (sVerbose) { in onSessionStarted() 382 if (sVerbose) Log.v(TAG, "handleSendEvent(" + getDebugState() + "): " + event); in sendEvent() 386 if (sVerbose) { in sendEvent() 397 if (sVerbose) Log.v(TAG, "handleSendEvent(): ignoring when disabled"); in sendEvent() 435 if (sVerbose) { in sendContentCaptureEvent() 476 if (!addEvent && sVerbose) { in sendContentCaptureEvent() 488 if (sVerbose) { in sendContentCaptureEvent() [all …]
|
D | ContentCaptureHelper.java | 43 public static boolean sVerbose = false; field in ContentCaptureHelper 77 sVerbose = sDebug = false; in setLoggingLevel() 80 sVerbose = true; in setLoggingLevel()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 30 import static android.view.autofill.Helper.sVerbose; 920 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager() 1602 if (sVerbose) { in notifyViewReadyInner() 1668 if (sVerbose) { in shouldIgnoreViewEnteredLocked() 1678 if (sVerbose) { in shouldIgnoreViewEnteredLocked() 1777 if (sVerbose) { in notifyViewVisibilityChangedInternal() 1783 if (sVerbose) { in notifyViewVisibilityChangedInternal() 1791 if (sVerbose) Log.v(TAG, "visibility changed for " + id + ": " + isVisible); in notifyViewVisibilityChangedInternal() 1800 } else if (sVerbose) { in notifyViewVisibilityChangedInternal() 1858 if (sVerbose) Log.v(TAG, "ignoring notifyViewEntered(" + id + "): no service client"); in notifyViewEnteredLocked() [all …]
|
D | AutofillValue.java | 24 import static android.view.autofill.Helper.sVerbose; 270 if (sVerbose && !Looper.getMainLooper().isCurrentThread()) { in forText()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureService.java | 21 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 163 sVerbose = verbose; 385 if (sVerbose) { in onCreateContentCaptureSession() 399 if (sVerbose) Log.v(TAG, "onContentCaptureEventsRequest(id=" + sessionId + ")"); in onContentCaptureEvent() 408 if (sVerbose) Log.v(TAG, "onDataRemovalRequest()"); in onDataRemovalRequest() 423 if (sVerbose) Log.v(TAG, "onDataShareRequest()"); in onDataShareRequest() 436 if (sVerbose) Log.v(TAG, "onActivitySnapshot(id=" + sessionId + ")"); in onActivitySnapshot() 448 if (sVerbose) Log.v(TAG, "onActivityEvent(): " + event); in onActivityEvent() 457 if (sVerbose) Log.v(TAG, "onDestroyContentCaptureSession(id=" + sessionId + ")"); in onDestroyContentCaptureSession() 492 pw.print("Debug: "); pw.print(sDebug); pw.print(" Verbose: "); pw.println(sVerbose); in dump() [all …]
|
/frameworks/base/core/java/android/service/assist/classification/ |
D | FieldClassificationService.java | 54 static boolean sVerbose = false; field in FieldClassificationService 142 sVerbose = verbose; in handleOnConnected()
|
/frameworks/base/core/java/android/view/translation/ |
D | Helper.java | 24 public static boolean sVerbose = false; field in Helper
|
/frameworks/base/core/java/android/service/autofill/ |
D | VisibilitySetterAction.java | 20 import static android.view.autofill.Helper.sVerbose; 62 if (sVerbose) { in onClick()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose; 89 mService.onConnected(mServerCallback, sVerbose, sDebug); in handleOnConnectedStateChanged()
|