if (sLogoMap == null) {
sLogoMap = new HashMap<String, Integer>();
// TODO: Load up sLogoMap with known carriers, like:
// sLogoMap.put("CarrierName",
// Integer.valueOf(R.drawable.mobile_logo_carriername));
// TODO: ideally, read the mapping from a config file
// rather than manually creating it here.
}
return sLogoMap;