Home
last modified time | relevance | path

Searched refs:newPercentageRating_impl (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/media/
DRating2Impl.java132 public static Rating2 newPercentageRating_impl(float percent) { in newPercentageRating_impl() method in Rating2Impl
/frameworks/av/packages/MediaComponents/src/com/android/media/update/
DApiFactory.java269 return Rating2Impl.newPercentageRating_impl(percent); in newPercentageRating_Rating2()