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

  /cts/tests/security/src/android/keystore/cts/
AuthorizationList.java 174 private boolean noAuthRequired;
232 noAuthRequired = true;
485 return noAuthRequired;
621 if (!noAuthRequired && userAuthType != null) {
  /cts/tests/tests/keystore/src/android/keystore/cts/
ImportWrappedKeyTest.java 324 DERTaggedObject noAuthRequired = new DERTaggedObject(true, 503, DERNull.INSTANCE);
333 allItems.add(noAuthRequired);

Completed in 92 milliseconds