Searched refs:GROUP_GLOBAL (Results 1 – 1 of 1) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
D | SettingsToggler.java | 26 private static final String GROUP_GLOBAL = "global"; field in SettingsToggler 48 setString(device, GROUP_GLOBAL, name, value); in setGlobalString() 71 setInt(device, GROUP_GLOBAL, name, value); in setGlobalInt() 90 updateString(device, GROUP_GLOBAL, name, value); in updateGlobalString() 109 updateInt(device, GROUP_GLOBAL, name, value); in updateGlobalInt()
|