Searched refs:sDescriptionResourceIdMap (Results 1 – 1 of 1) sorted by relevance
59 private static final SparseIntArray sDescriptionResourceIdMap; field in RatingsFragment75 sDescriptionResourceIdMap = new SparseIntArray(sLevelResourceIdMap.size());76 sDescriptionResourceIdMap.put( in sDescriptionResourceIdMap.put()78 sDescriptionResourceIdMap.put( in sDescriptionResourceIdMap.put()80 sDescriptionResourceIdMap.put( in sDescriptionResourceIdMap.put()82 sDescriptionResourceIdMap.put( in sDescriptionResourceIdMap.put()245 (sDescriptionResourceIdMap.indexOfKey(ratingLevel) >= 0) in RatingLevelItem()246 ? getString(sDescriptionResourceIdMap.get(ratingLevel)) in RatingLevelItem()