Home
last modified time | relevance | path

Searched refs:syncDisabledModeArg (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDeviceConfigService.java152 int syncDisabledModeArg = -1; in onCommand() local
189 if (syncDisabledModeArg == -1) { in onCommand()
191 syncDisabledModeArg = parseSyncDisabledMode(arg); in onCommand()
192 if (syncDisabledModeArg == -1) { in onCommand()
282 DeviceConfig.setSyncDisabledMode(syncDisabledModeArg); in onCommand()