Searched refs:configBundle (Results 1 – 3 of 3) sorted by relevance
420 PersistableBundle configBundle = configManager.getConfigForSubId( in logCall() local422 if (configBundle != null) { in logCall()423 okToLogEmergencyNumber = configBundle.getBoolean( in logCall()429 && !isUnloggableNumber(number, configBundle); in logCall()
378 PersistableBundle configBundle = configManager.getConfigForSubId(subId); in getSystemSimCallManagerComponent() local379 if (configBundle != null) { in getSystemSimCallManagerComponent()380 defaultSimCallManager = configBundle.getString( in getSystemSimCallManagerComponent()
724 PersistableBundle configBundle = configManager.getConfig(); in getCarrierPackageName() local725 if (configBundle != null) { in getCarrierPackageName()726 componentName = ComponentName.unflattenFromString(configBundle.getString in getCarrierPackageName()