Searched refs:configBundle (Results 1 – 4 of 4) sorted by relevance
392 PersistableBundle configBundle = configManager.getConfigForSubId( in logCall() local394 if (configBundle != null) { in logCall()395 okToLogEmergencyNumber = configBundle.getBoolean( in logCall()401 && !isUnloggableNumber(number, configBundle); in logCall()473 PersistableBundle configBundle = null; in shouldSaveHdInfo() local475 configBundle = configManager.getConfigForSubId( in shouldSaveHdInfo()478 if (configBundle != null && configBundle.getBoolean( in shouldSaveHdInfo()
384 PersistableBundle configBundle = configManager.getConfigForSubId(subId); in getSystemSimCallManagerComponent() local385 if (configBundle != null) { in getSystemSimCallManagerComponent()386 defaultSimCallManager = configBundle.getString( in getSystemSimCallManagerComponent()
253 PersistableBundle configBundle = configManager.getConfig(); in getCarrierPackageName() local254 if (configBundle != null) { in getCarrierPackageName()255 componentName = ComponentName.unflattenFromString(configBundle.getString in getCarrierPackageName()
295 PersistableBundle configBundle = configManager.getConfig(); in isCarrierCallScreeningApp() local296 if (configBundle != null) { in isCarrierCallScreeningApp()297 carrierCallScreeningApp = configBundle in isCarrierCallScreeningApp()