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

  /system/core/nexus/
VpnController.h 27 class VpnIntegerProperty : public IntegerProperty {
31 VpnIntegerProperty(VpnController *c, const char *name, bool ro,
33 virtual ~VpnIntegerProperty() {}
37 friend class VpnController::VpnIntegerProperty;
63 class VpnEnabledProperty : public VpnIntegerProperty {
VpnController.cpp 49 VpnController::VpnIntegerProperty::VpnIntegerProperty(VpnController *c,
72 VpnIntegerProperty(c, "Enabled", false, 1) {

Completed in 1484 milliseconds