Searched refs:dev_features (Results 1 – 1 of 1) sorted by relevance
1617 int32_t dev_features = debugd::DEV_FEATURES_DISABLED; in IsAnyUpdateSourceAllowed() local1619 bool success = debugd_proxy_->QueryDevFeatures(&dev_features, &error); in IsAnyUpdateSourceAllowed()1623 if (success && !(dev_features & debugd::DEV_FEATURES_DISABLED)) { in IsAnyUpdateSourceAllowed()