H A D | Settings.java | 4126 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 4130 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.System 4155 return getLongForUser(cr, name, cr.getUserId()); in getLong() 4159 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.System 6759 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 6764 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.Secure 6789 return getLongForUser(cr, name, cr.getUserId()); in getLong() 6793 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.Secure
|