Searched refs:getBooleanConfig (Results 1 – 1 of 1) sorted by relevance
215 return getBooleanConfig(CONFIG_ENABLE_PSDS_PERIODIC_DOWNLOAD, false); in isPsdsPeriodicDownloadEnabled()223 return getBooleanConfig(CONFIG_ENABLE_ACTIVE_SIM_EMERGENCY_SUPL, false); in isActiveSimEmergencySuplEnabled()231 return getBooleanConfig(CONFIG_ENABLE_NI_SUPL_MESSAGE_INJECTION, false); in isNiSuplMessageInjectionEnabled()441 private boolean getBooleanConfig(String configParameter, boolean defaultValue) { in getBooleanConfig() method in GnssConfiguration