Home
last modified time | relevance | path

Searched refs:sVerbose (Results 1 – 25 of 47) sorted by relevance

12

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java22 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 …]
H A DAutofillInlineSuggestionsRequestSession.java21 import static com.android.server.autofill.Helper.sVerbose;
220 if (sVerbose) Slog.v(TAG, "maybeUpdateResponseToImeLocked called"); in maybeUpdateResponseToImeLocked()
416 if (sVerbose) Slog.v(TAG, "onInputMethodStartInput() received on " + imeFieldId); in onInputMethodStartInput()
427 if (sVerbose) { in onInputMethodShowInputRequested()
435 if (sVerbose) Slog.v(TAG, "onInputMethodStartInputView() received"); in onInputMethodStartInputView()
447 if (sVerbose) Slog.v(TAG, "onInputMethodFinishInputView() received"); in onInputMethodFinishInputView()
458 if (sVerbose) Slog.v(TAG, "onInputMethodFinishInput() received"); in onInputMethodFinishInput()
H A DAutofillManagerService.java261 if (sVerbose) { in AutofillManagerService()
849 } else if (sVerbose) { in requestSavedPasswordCount()
1025 if (sVerbose) { in getAllowedCompatModePackages()
1298 if (sVerbose) { in isAutofillDisabledLocked()
1584 if (sVerbose) { in addClient()
1602 } else if (sVerbose) { in removeClient()
1747 } else if (sVerbose) { in setUserData()
1924 } else if (sVerbose) { in updateSession()
1937 } else if (sVerbose) { in setAutofillFailure()
1951 } else if (sVerbose) { in finishSession()
[all …]
H A DRemoteFillService.java21 import static com.android.server.autofill.Helper.sVerbose;
138 if (sVerbose) { in onFillRequest()
145 if (sVerbose) { in onFillRequest()
206 if (sVerbose) Slog.v(TAG, "calling onSaveRequest()"); in onSaveRequest()
H A DSession.java738 if (sVerbose) { in onHandleAssistData()
847 if (sVerbose) { in getTypeHintsForProvider()
1230 if (sVerbose) { in requestNewFillResponseLocked()
1315 if (sVerbose) { in requestAssistStructureForPccLocked()
3444 if (sVerbose) { in showSaveLocked()
3935 if (sVerbose) { in requestNewFillResponseOnViewEnteredIfNecessaryLocked()
4027 if (sVerbose) { in updateLocked()
4032 if (sVerbose) { in updateLocked()
5025 if (sVerbose) { in triggerAugmentedAutofillLocked()
5277 if (sVerbose) { in processResponseLocked()
[all …]
H A DAutofillManagerServiceImpl.java369 if (sVerbose) { in startSessionLocked()
445 if (sVerbose) { in finishSessionLocked()
618 if (sVerbose) { in updateSessionLocked()
951 if (sVerbose) { in logContextCommittedLocked()
1287 if (sVerbose) { in getRemoteAugmentedAutofillServiceLocked()
1359 if (sVerbose) { in updateRemoteAugmentedAutofillService()
1535 if (sVerbose) { in sendStateToClients()
1700 if (sVerbose) { in getRemoteFieldClassificationServiceLocked()
1716 if (sVerbose) { in getRemoteFieldClassificationServiceLocked()
1736 if (sVerbose) { in isPccClassificationEnabled()
[all …]
H A DSessionCommittedEventLogger.java21 import static com.android.server.autofill.Helper.sVerbose;
103 if (sVerbose) { in logAndEndEvent()
H A DAutofillUriGrantsManager.java21 import static com.android.server.autofill.Helper.sVerbose;
102 if (sVerbose) { in grantUriPermissions()
H A DFieldClassificationEventLogger.java24 import static com.android.server.autofill.Helper.sVerbose;
170 if (sVerbose) { in logAndEndEvent()
H A DRemoteInlineSuggestionRenderService.java18 import static com.android.server.autofill.Helper.sVerbose;
147 if (sVerbose) Slog.v(TAG, "getServiceComponentName(): " + componentName); in getServiceComponentName()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineContentProviderImpl.java19 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()
H A DFillUi.java21 import static com.android.server.autofill.Helper.sVerbose;
142 if (sVerbose) { in FillUi()
181 if (sVerbose) { in FillUi()
207 if (sVerbose) { in FillUi()
268 if (sVerbose) { in FillUi()
281 if (sVerbose) Slog.v(TAG, "adding header"); in FillUi()
299 if (sVerbose) Slog.v(TAG, "adding footer"); in FillUi()
344 if (sVerbose) { in FillUi()
401 if (sVerbose) { in applyCancelAction()
670 if (sVerbose) { in show()
[all …]
H A DRemoteInlineSuggestionUi.java20 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()
H A DDialogFillUi.java20 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()
H A DSaveUi.java20 import static com.android.server.autofill.Helper.sVerbose;
182 if (sVerbose) { in SaveUi()
388 if (sVerbose) { in applyCustomDescription()
422 if (sVerbose) { in applyCustomDescription()
483 if (sVerbose) { in applyCustomDescription()
511 if (sVerbose) Slog.v(TAG, "Intercepting custom description intent"); in startIntentSenderWithRestore()
641 if (sVerbose) Slog.v(TAG, "Hiding save dialog."); in hide()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java251 if (sVerbose) { in start()
270 if (sVerbose) { in start()
342 if (sVerbose) { in onSessionStarted()
363 if (sVerbose) { in sendEvent()
398 if (sVerbose) { in sendContentCaptureEvent()
535 if (sVerbose) { in scheduleFlush()
570 if (sVerbose) { in scheduleFlush()
593 if (sVerbose) { in flush()
610 if (sVerbose) { in flush()
625 if (sVerbose) { in flush()
[all …]
H A DContentCaptureHelper.java43 public static boolean sVerbose = false; field in ContentCaptureHelper
77 sVerbose = sDebug = false; in setLoggingLevel()
80 sVerbose = true; in setLoggingLevel()
H A DContentCaptureSession.java20 import static android.view.contentcapture.ContentCaptureHelper.sVerbose;
353 if (sVerbose) { in destroy()
359 if (sVerbose) Log.v(TAG, "Destroying " + numberChildren + " children first"); in destroy()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1570 if (sVerbose) { in shouldIgnoreViewEnteredLocked()
1758 if (sVerbose) { in notifyViewEnteredLocked()
2375 if (sVerbose) { in startSessionLocked()
2388 if (sVerbose) { in startSessionLocked()
2394 if (sVerbose) { in startSessionLocked()
2499 if (sVerbose) { in updateSessionLocked()
2582 if (sVerbose) { in startAutofillIfNeededLocked()
2794 if (sVerbose) { in setState()
3018 if (sVerbose) { in setTrackedViews()
3289 if (sVerbose) { in notifyNoFillUi()
[all …]
H A DAutofillValue.java24 import static android.view.autofill.Helper.sVerbose;
270 if (sVerbose && !Looper.getMainLooper().isCurrentThread()) { in forText()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java21 import static android.view.contentcapture.ContentCaptureHelper.sVerbose;
152 sVerbose = verbose;
347 if (sVerbose) { in onCreateContentCaptureSession()
361 if (sVerbose) Log.v(TAG, "onContentCaptureEventsRequest(id=" + sessionId + ")"); in onContentCaptureEvent()
370 if (sVerbose) Log.v(TAG, "onDataRemovalRequest()"); in onDataRemovalRequest()
385 if (sVerbose) Log.v(TAG, "onDataShareRequest()"); in onDataShareRequest()
398 if (sVerbose) Log.v(TAG, "onActivitySnapshot(id=" + sessionId + ")"); in onActivitySnapshot()
410 if (sVerbose) Log.v(TAG, "onActivityEvent(): " + event); in onActivityEvent()
419 if (sVerbose) Log.v(TAG, "onDestroyContentCaptureSession(id=" + sessionId + ")"); in onDestroyContentCaptureSession()
454 pw.print("Debug: "); pw.print(sDebug); pw.print(" Verbose: "); pw.println(sVerbose); in dump()
[all …]
/aosp14/frameworks/base/core/java/android/service/assist/classification/
H A DFieldClassificationService.java54 static boolean sVerbose = false; field in FieldClassificationService
142 sVerbose = verbose; in handleOnConnected()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DVisibilitySetterAction.java20 import static android.view.autofill.Helper.sVerbose;
62 if (sVerbose) { in onClick()
/aosp14/frameworks/base/core/java/android/view/translation/
H A DHelper.java24 public static boolean sVerbose = false; field in Helper
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DRemoteContentCaptureService.java19 import static android.view.contentcapture.ContentCaptureHelper.sVerbose;
89 mService.onConnected(mServerCallback, sVerbose, sDebug); in handleOnConnectedStateChanged()

12