Searched defs:flagName (Results 1 – 4 of 4) sorted by relevance
29 string getFlagString(const string& flagName, const string& defaultValue) { in getFlagString()36 bool getFlagBool(const string& flagName, const string& defaultValue) { in getFlagBool()
42 public boolean getBoolean(String flagName) { in getBoolean()46 public int getInteger(String flagName) { in getInteger()
71 private void cleanup(String flagName) { in cleanup()72 Settings.Global.putString(mContext.getContentResolver(), flagName, ""); in cleanup() local
44 int getExperimentFlagInt(const std::string& flagName, int defaultValue) { in getExperimentFlagInt()