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

  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerServiceShellCommand.java 166 case AutofillManager.FLAG_ADD_CLIENT_DEBUG:
185 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG);
AutofillManagerService.java 444 } else if (level == AutofillManager.FLAG_ADD_CLIENT_DEBUG) {
459 if (sDebug) return AutofillManager.FLAG_ADD_CLIENT_DEBUG;
837 flags |= AutofillManager.FLAG_ADD_CLIENT_DEBUG;
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 204 /** @hide */ public static final int FLAG_ADD_CLIENT_DEBUG = 0x2;
    [all...]

Completed in 862 milliseconds