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

  /system/core/gatekeeperd/
SoftGateKeeperDevice.h 20 #include "SoftGateKeeper.h"
34 impl_.reset(new SoftGateKeeper());
71 UniquePtr<SoftGateKeeper> impl_;
SoftGateKeeper.h 40 class SoftGateKeeper : public GateKeeper {
51 SoftGateKeeper() {
56 virtual ~SoftGateKeeper() {
  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 25 #include "../SoftGateKeeper.h"
33 using ::gatekeeper::SoftGateKeeper;
36 static void do_enroll(SoftGateKeeper &gatekeeper, EnrollResponse *response) {
48 SoftGateKeeper gatekeeper;
55 SoftGateKeeper gatekeeper;
67 SoftGateKeeper gatekeeper;
96 SoftGateKeeper gatekeeper;
151 SoftGateKeeper gatekeeper;
196 SoftGateKeeper gatekeeper;

Completed in 38 milliseconds