Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DSharedConnectivityRepository.java51 private static final String DEVICE_CONFIG_KEY = "shared_connectivity_enabled"; field in SharedConnectivityRepository
194 return DeviceConfig.getBoolean(DEVICE_CONFIG_NAMESPACE, DEVICE_CONFIG_KEY, false); in isDeviceConfigEnabled()