Home | History | Annotate | Download | only in provider

Lines Matching refs:getFloatForUser

1572             return getFloatForUser(cr, name, def, UserHandle.myUserId());
1576 public static float getFloatForUser(ContentResolver cr, String name, float def,
1606 return getFloatForUser(cr, name, UserHandle.myUserId());
1610 public static float getFloatForUser(ContentResolver cr, String name, int userHandle)
1661 outConfig.fontScale = Settings.System.getFloatForUser(
3388 return getFloatForUser(cr, name, def, UserHandle.myUserId());
3392 public static float getFloatForUser(ContentResolver cr, String name, float def,
3422 return getFloatForUser(cr, name, UserHandle.myUserId());
3426 public static float getFloatForUser(ContentResolver cr, String name, int userHandle)