Searched defs:getFloatForUser (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java2627 return getFloatForUser(cr, name, def, cr.getUserId());
2631 public static float getFloatForUser(ContentResolver cr, String name, float def, method in class:Settings.System
2661 return getFloatForUser(cr, name, cr.getUserId());
2665 public static float getFloatForUser(ContentResolver cr, String name, int userHandle) method in class:Settings.System
2717 outConfig.fontScale = Settings.System.getFloatForUser(
5250 return getFloatForUser(cr, name, def, cr.getUserId());
5254 public static float getFloatForUser(ContentResolver cr, String name, float def, method in class:Settings.Secure
5284 return getFloatForUser(cr, name, cr.getUserId());
5288 public static float getFloatForUser(ContentResolver cr, String name, int userHandle) method in class:Settings.Secure

Completed in 65 milliseconds