Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/framework/api/
Dsystem-lint-baseline.txt6 UnflaggedApi: android.provider.DeviceConfig#clearAllLocalOverrides():
7 …API must be flagged with @FlaggedApi: method android.provider.DeviceConfig.clearAllLocalOverrides()
Dsystem-current.txt6 …ssion(android.Manifest.permission.WRITE_DEVICE_CONFIG) public static void clearAllLocalOverrides();
/packages/modules/ConfigInfrastructure/framework/java/android/provider/
DDeviceConfig.java1314 public static void clearAllLocalOverrides() { in clearAllLocalOverrides() method in DeviceConfig