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

  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 21 #include <gatekeeper/UniquePtr.h>
27 namespace gatekeeper { namespace
36 * Base class for gatekeeper implementations. Provides all functionality except
40 class GateKeeper {
42 GateKeeper() {}
43 virtual ~GateKeeper() {}
53 * Retrieves the key used by GateKeeper::MintAuthToken to sign the payload
157 * counter. An implementation is provided by the generic GateKeeper, but may be
163 * Returns whether the GateKeeper implementation is backed by hardware.
  /frameworks/base/keystore/java/android/security/
GateKeeper.java 23 import android.service.gatekeeper.IGateKeeperService;
26 * Convenience class for accessing the gatekeeper service.
30 public abstract class GateKeeper {
34 private GateKeeper() {}
40 throw new IllegalStateException("Gatekeeper service not available");
50 "Failed to obtain secure user ID from gatekeeper", e);
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 107 milliseconds