HomeSort by relevance Sort by last modified time
    Searched refs:sVerbose (Results 1 - 18 of 18) sorted by null

  /frameworks/base/services/autofill/java/com/android/server/autofill/
FieldClassificationStrategy.java 19 import static com.android.server.autofill.Helper.sVerbose;
114 if (sVerbose) Slog.v(TAG, "getServiceComponentName(): " + name);
137 if (sVerbose) Slog.v(TAG, "running command right away");
154 if (sVerbose) Slog.v(TAG, "creating connection");
160 if (sVerbose) Slog.v(TAG, "onServiceConnected(): " + name);
170 if (sVerbose) Slog.v(TAG, "running queued command #" + i);
184 if (sVerbose) Slog.v(TAG, "onServiceDisconnected(): " + name);
192 if (sVerbose) Slog.v(TAG, "onBindingDied(): " + name);
200 if (sVerbose) Slog.v(TAG, "onNullBinding(): " + name);
208 if (sVerbose) Slog.v(TAG, "binding to: " + component)
    [all...]
AutofillManagerService.java 26 import static com.android.server.autofill.Helper.sVerbose;
458 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE;
547 com.android.server.autofill.Helper.sVerbose = verbose;
548 android.view.autofill.Helper.sVerbose = verbose;
655 if (sVerbose) {
799 if (sVerbose) Slog.v(TAG, "reseting mUserSpecs");
802 if (sVerbose) Slog.v(TAG, "mUserSpecs down to " + newSize);
839 if (sVerbose) {
852 } else if (sVerbose) {
    [all...]
Session.java 33 import static com.android.server.autofill.Helper.sVerbose;
260 if (sVerbose) {
432 if (sVerbose) {
502 if (sVerbose) {
    [all...]
AutofillManagerServiceImpl.java 24 import static com.android.server.autofill.Helper.sVerbose;
252 if (sVerbose) {
370 if (sVerbose) Slog.v(TAG, "startSession(): token=" + activityToken + ", flags=" + flags);
429 if (sVerbose) {
438 if (sVerbose) Slog.v(TAG, "finishSessionLocked(): session finished on save? " + finished);
591 if (sVerbose) {
619 if (sVerbose) Slog.v(TAG, "onPendingSaveUi(" + operation + "): " + token);
647 if (sVerbose) Slog.v(TAG, "reset autofill service.");
653 if (sVerbose) Slog.v(TAG, "destroyLocked()");
807 if (sVerbose) {
    [all...]
RemoteFillService.java 23 import static com.android.server.autofill.Helper.sVerbose;
248 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] handlePendingRequest()");
264 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureBound()");
290 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureUnbound()");
416 if (sVerbose) {
Helper.java 54 public static boolean sVerbose = false;
  /frameworks/base/core/java/android/view/autofill/
Helper.java 29 public static boolean sVerbose = false;
AutofillManager.java 21 import static android.view.autofill.Helper.sVerbose;
755 if (sVerbose) {
765 if (sVerbose) {
773 if (sVerbose) {
    [all...]
AutofillPopupWindow.java 19 import static android.view.autofill.Helper.sVerbose;
264 if (sVerbose) {
  /frameworks/base/core/java/android/app/
Application.java 323 if (android.view.autofill.Helper.sVerbose) {
346 if (android.view.autofill.Helper.sVerbose) {
352 if (android.view.autofill.Helper.sVerbose) {
Activity.java     [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 21 import static com.android.server.autofill.Helper.sVerbose;
125 if (sVerbose) Slog.v(TAG, "forcing full-screen mode to " + sFullScreenMode);
167 if (sVerbose) {
193 if (sVerbose) {
255 if (sVerbose) {
267 if (sVerbose) Slog.v(TAG, "adding header");
284 if (sVerbose) Slog.v(TAG, "adding footer");
307 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId);
326 if (sVerbose) {
371 if (sVerbose) Slog.v(TAG, "Ignoring click on " + view)
    [all...]
AutoFillUI.java 19 import static com.android.server.autofill.Helper.sVerbose;
272 if (sVerbose) {
392 if (sVerbose) {
SaveUi.java 20 import static com.android.server.autofill.Helper.sVerbose;
298 if (sVerbose) Slog.v(TAG, "Intercepting custom description intent");
471 if (sVerbose) Slog.v(TAG, "Hiding save dialog.");
  /frameworks/base/core/java/android/service/autofill/
FillEventHistory.java 19 import static android.view.autofill.Helper.sVerbose;
374 if (sVerbose) {
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 592 milliseconds