Searched refs:KEY_STYLE (Results 1 – 2 of 2) sorted by relevance
33 private static final String KEY_STYLE = "android.media.rating2.style"; field in Rating2Impl77 return new Rating2Impl(bundle.getInt(KEY_STYLE), bundle.getFloat(KEY_VALUE)).getInstance(); in fromBundle_impl()82 bundle.putInt(KEY_STYLE, mRatingStyle); in toBundle_impl()
101 private static final String KEY_STYLE = "android.media.rating2.style"; field in Rating2142 return new Rating2(bundle.getInt(KEY_STYLE), bundle.getFloat(KEY_VALUE)); in fromBundle()151 bundle.putInt(KEY_STYLE, mRatingStyle); in toBundle()