D | Settings.java | 2944 return getFloatForUser(cr, name, def, cr.getUserId()); in getFloat() 2948 public static float getFloatForUser(ContentResolver cr, String name, float def, in getFloatForUser() method in Settings.System 2978 return getFloatForUser(cr, name, cr.getUserId()); in getFloat() 2982 public static float getFloatForUser(ContentResolver cr, String name, int userHandle) in getFloatForUser() method in Settings.System 3034 outConfig.fontScale = Settings.System.getFloatForUser( in adjustConfigurationForUser() 5681 return getFloatForUser(cr, name, def, cr.getUserId()); in getFloat() 5685 public static float getFloatForUser(ContentResolver cr, String name, float def, in getFloatForUser() method in Settings.Secure 5715 return getFloatForUser(cr, name, cr.getUserId()); in getFloat() 5719 public static float getFloatForUser(ContentResolver cr, String name, int userHandle) in getFloatForUser() method in Settings.Secure
|