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

  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 150 UiObject2 auth1 = mDevice.wait(Until.findObject( local
152 if (auth1 != null) {
153 auth1.click();
  /external/openssh/openbsd-compat/
port-aix.c 114 * Test specifically for the case where SYSTEM == NONE and AUTH1 contains
116 * configured the account for purely AUTH1-type authentication.
118 * Since authenticate() doesn't check AUTH1, and sshd can't sanely support
119 * AUTH1 itself, in such a case authenticate() will allow access without
122 * (The native tools, eg login, will process the AUTH1 list in addition to
123 * the SYSTEM list by using ckuserID(), however ckuserID() and AUTH1 methods
132 char *auth1, *sys, *p; local
145 if (getuserattr((char *)user, S_AUTH1, &auth1, SEC_LIST) != 0) {
146 logit("Can't retrieve attribute auth1 for %s: %.100s",
151 p = auth1;
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
PartitionedActivityTest.java 2116 final IntentSender auth1 = AuthenticationActivity.createSender(getContext(), 1, local
    [all...]

Completed in 88 milliseconds